Skip to content

Commit d208396

Browse files
Bump actions/checkout from 3 to 4 (#286)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 084965e commit d208396

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/antsibull-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,21 +22,21 @@ jobs:
2222

2323
steps:
2424
- name: Check out antsibull
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
repository: ansible-community/antsibull
2828
ref: main
2929
path: antsibull
3030

3131
- name: Check out antsibull-core
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
repository: ansible-community/antsibull-core
3535
ref: main
3636
path: antsibull-core
3737

3838
- name: Check out antsibull-changelog
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
repository: ansible-community/antsibull-changelog
4242
ref: main
@@ -47,7 +47,7 @@ jobs:
4747

4848
# This is where the antsibull build-release role expects it by default
4949
- name: Check out ansible-build-data under antsibull build directory
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v4
5151
with:
5252
path: antsibull/build/ansible-build-data
5353

0 commit comments

Comments
 (0)