Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#368)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] committed Feb 12, 2024
1 parent 5319f6a commit 68bb47a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ansible-release.yml
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- name: Check out antsibull
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull
ref: main
Expand All @@ -37,7 +37,7 @@ jobs:

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

Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
steps:

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

Expand Down

0 comments on commit 68bb47a

Please sign in to comment.