Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#545)
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
...

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent cb90e5f commit 19159f5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/antsibull-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ jobs:

steps:
- name: Check out antsibull
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: antsibull

- name: Check out dependent project antsibull-changelog
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-changelog
path: antsibull-changelog
ref: ${{ matrix.antsibull_changelog_ref }}

- name: Check out dependent project antsibull-core
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ansible-community/antsibull-core
path: antsibull-core
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-dumb-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@ jobs:
} >> ${GITHUB_OUTPUT}
- name: Check out antsibull
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: >-
Check out ${{
steps.build-settings.outputs.ansible-build-data-slug
}}@${{
steps.build-settings.outputs.ansible-build-data-ref
}} src from Git
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ansible-build-data
ref: ${{ steps.build-settings.outputs.ansible-build-data-ref }}
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
}}@${{
steps.build-settings.outputs.ansible-core-ref
}} src from Git
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ansible--ansible--devel
ref: ${{ steps.build-settings.outputs.ansible-core-ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
name: "Run nox ${{ matrix.session }} session"
steps:
- name: Check out antsibull
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: antsibull
- name: Install extra packages
Expand Down

0 comments on commit 19159f5

Please sign in to comment.