We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5319f6a commit 68bb47aCopy full SHA for 68bb47a
.github/workflows/ansible-release.yml
@@ -26,7 +26,7 @@ jobs:
26
27
steps:
28
- name: Check out antsibull
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
with:
31
repository: ansible-community/antsibull
32
ref: main
@@ -37,7 +37,7 @@ jobs:
37
38
# This is where the antsibull build-release role expects it by default
39
- name: Check out ansible-build-data under antsibull build directory
40
41
42
path: antsibull/build/ansible-build-data
43
@@ -136,7 +136,7 @@ jobs:
136
137
138
- name: Check out ansible-build-data
139
140
141
ref: ${{ github.event.repository.default_branch }}
142
0 commit comments