Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4
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] authored Jul 22, 2024
1 parent e871463 commit 3269042
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/update-and-validate-manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
outputs:
configs: ${{ steps.filter.outputs.configs }}
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v4
- name: Set filter
uses: dorny/paths-filter@v2
id: filter
Expand All @@ -22,7 +22,7 @@ jobs:
if: ${{ needs.filter_for_configs.outputs.configs == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
if: ${{ needs.filter_for_configs.outputs.configs == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Download manifest from artifacts
uses: actions/download-artifact@v3
with:
Expand All @@ -76,7 +76,7 @@ jobs:
if: ${{ needs.filter_for_configs.outputs.configs == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
outputs:
configs: ${{ steps.filter.outputs.configs }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set filter
uses: dorny/paths-filter@v2
id: filter
Expand All @@ -26,7 +26,7 @@ jobs:
if: ${{ needs.filter_for_configs.outputs.configs == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
outputs:
testing: ${{ steps.filter.outputs.testing }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set filter
uses: dorny/paths-filter@v2
id: filter
Expand All @@ -23,7 +23,7 @@ jobs:
if: ${{ needs.filter_for_testing_configs.outputs.testing == 'true' }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.8'
Expand Down

0 comments on commit 3269042

Please sign in to comment.