Skip to content

Commit e2a1168

Browse files
Bump actions/checkout from 4 to 5 in the updates group (#225)
Bumps the updates group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 79a49c7 commit e2a1168

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Check out the codebase.
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Set up Python 3.
2121
uses: actions/setup-python@v5
@@ -41,7 +41,7 @@ jobs:
4141

4242
steps:
4343
- name: Check out the codebase.
44-
uses: actions/checkout@v4
44+
uses: actions/checkout@v5
4545

4646
- name: Uninstall GitHub Actions' built-in Homebrew.
4747
run: tests/uninstall-homebrew.sh

0 commit comments

Comments
 (0)