Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#132)
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 11, 2023
1 parent ec9a4ed commit b1ab833
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
working-directory: antsibull-changelog
steps:
- name: Check out antsibull-changelog
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: antsibull-changelog
- name: Setup nox
Expand All @@ -42,7 +42,7 @@ jobs:
working-directory: antsibull-changelog
steps:
- name: Check out antsibull-changelog
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: antsibull-changelog
- name: Setup nox
Expand All @@ -66,7 +66,7 @@ jobs:
working-directory: antsibull-changelog
steps:
- name: Check out antsibull-changelog
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: antsibull-changelog
- name: Setup nox
Expand Down

0 comments on commit b1ab833

Please sign in to comment.