Skip to content

Commit 6894c21

Browse files
authored
Merge branch 'main' into chore_tree_coverage
2 parents 63aab0b + ae371c1 commit 6894c21

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ack.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ on:
66

77
jobs:
88
ack:
9-
uses: ansible/team-devtools/.github/workflows/ack.yml@main
9+
uses: ansible/team-devtools/.github/workflows/ack.yml@token_revised
1010
secrets: inherit

.github/workflows/tox.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ jobs:
116116
runs-on: ubuntu-latest
117117

118118
steps:
119+
- uses: actions/checkout@v4
120+
119121
- name: Set up Python
120122
uses: actions/setup-python@v5
121123
with:

0 commit comments

Comments
 (0)