Skip to content

Commit e925d91

Browse files
Bump actions/checkout from 4 to 5 (#586)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c3896f7 commit e925d91

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/ansible-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555

5656
steps:
5757
- name: Check out antsibull-build
58-
uses: actions/checkout@v4
58+
uses: actions/checkout@v5
5959
with:
6060
repository: ansible-community/antsibull-build
6161
ref: main
@@ -65,7 +65,7 @@ jobs:
6565
run: mkdir -p antsibull-build/build
6666

6767
- name: Check out ansible-build-data under antsibull-build build directory
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969
with:
7070
# This is where the antsibull-build build-release role expects it by default
7171
path: antsibull-build/build/ansible-build-data
@@ -228,7 +228,7 @@ jobs:
228228
echo "merge_commit=${MERGE_COMMIT}" >> "${GITHUB_OUTPUT}"
229229
230230
- name: Check out ansible-build-data
231-
uses: actions/checkout@v4
231+
uses: actions/checkout@v5
232232
with:
233233
ref: ${{ github.event.repository.default_branch }}
234234
fetch-depth: 0

.github/workflows/antsibull-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,35 +32,35 @@ jobs:
3232

3333
steps:
3434
- name: Check out antsibull-build
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
repository: ansible-community/antsibull-build
3838
ref: main
3939
path: antsibull-build
4040

4141
- name: Check out antsibull-core
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v5
4343
with:
4444
repository: ansible-community/antsibull-core
4545
ref: main
4646
path: antsibull-core
4747

4848
- name: Check out antsibull-changelog
49-
uses: actions/checkout@v4
49+
uses: actions/checkout@v5
5050
with:
5151
repository: ansible-community/antsibull-changelog
5252
ref: main
5353
path: antsibull-changelog
5454

5555
- name: Check out antsibull-docutils
56-
uses: actions/checkout@v4
56+
uses: actions/checkout@v5
5757
with:
5858
repository: ansible-community/antsibull-docutils
5959
ref: main
6060
path: antsibull-docutils
6161

6262
- name: Check out antsibull-fileutils
63-
uses: actions/checkout@v4
63+
uses: actions/checkout@v5
6464
with:
6565
repository: ansible-community/antsibull-fileutils
6666
ref: main
@@ -71,7 +71,7 @@ jobs:
7171

7272
# This is where the antsibull build-release role expects it by default
7373
- name: Check out ansible-build-data under antsibull build directory
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v5
7575
with:
7676
path: antsibull-build/build/ansible-build-data
7777

.github/workflows/nox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
name: "Run nox ${{ matrix.session }} session"
3333
steps:
3434
- name: Check out ansible-build-data
35-
uses: actions/checkout@v4
35+
uses: actions/checkout@v5
3636
with:
3737
path: ansible-build-data
3838
- name: Setup nox

0 commit comments

Comments
 (0)