Skip to content

Commit 68bb47a

Browse files
Bump actions/checkout from 3 to 4 (#368)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5319f6a commit 68bb47a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ansible-release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Check out antsibull
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030
with:
3131
repository: ansible-community/antsibull
3232
ref: main
@@ -37,7 +37,7 @@ jobs:
3737

3838
# This is where the antsibull build-release role expects it by default
3939
- name: Check out ansible-build-data under antsibull build directory
40-
uses: actions/checkout@v3
40+
uses: actions/checkout@v4
4141
with:
4242
path: antsibull/build/ansible-build-data
4343

@@ -136,7 +136,7 @@ jobs:
136136
steps:
137137

138138
- name: Check out ansible-build-data
139-
uses: actions/checkout@v3
139+
uses: actions/checkout@v4
140140
with:
141141
ref: ${{ github.event.repository.default_branch }}
142142

0 commit comments

Comments
 (0)