Skip to content

Commit 8ee4fe1

Browse files
chore(deps): bump actions/checkout from 4.2.2 to 5.0.0 (#1)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 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 180d31a commit 8ee4fe1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/asdf-dependabot-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
outputs:
1414
matrix-combinations: ${{ steps.setup-matrix-combinations.outputs.matrix-combinations }}
1515
steps:
16-
- uses: actions/checkout@v4.2.2
16+
- uses: actions/checkout@v5.0.0
1717
- name: install asdf & tools
1818
uses: asdf-vm/actions/[email protected]
1919
- name: install asdf & tools
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
matrix: ${{ fromJson(needs.setup-asdf-matrix.outputs.matrix-combinations) }}
3232
steps:
33-
- uses: actions/checkout@v4.2.2
33+
- uses: actions/checkout@v5.0.0
3434
- name: Update Tools
3535
uses: "voxel51/aloha-github-workflows/.github/actions/asdf-dependabot-update/update@main"
3636
with:

.github/workflows/pre-commit-dependabot-autoupdate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
autoupdate-pre-commit:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4.2.2
18+
- uses: actions/checkout@v5.0.0
1919
- name: install asdf & tools
2020
uses: asdf-vm/actions/[email protected]
2121
- name: Autoupdate Pre-commit Hooks

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
pre-commit:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4.2.2
14+
- uses: actions/checkout@v5.0.0
1515
- name: Create python-version-file File
1616
uses: "voxel51/aloha-github-workflows/.github/actions/generate-version-file@main"
1717
id: generate-python-file

0 commit comments

Comments
 (0)