Skip to content

Commit fe9bcdd

Browse files
Bump the github-actions-workflows group with 2 updates
Bumps the github-actions-workflows group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `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) Updates `actions/cache` from 4.2.3 to 4.2.4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-workflows - dependency-name: actions/cache dependency-version: 4.2.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-workflows ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3f26c02 commit fe9bcdd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@ jobs:
3737

3838
steps:
3939
- name: Checkout repository
40-
uses: actions/checkout@v4.2.2
40+
uses: actions/checkout@v5.0.0
4141
with:
4242
token: ${{ secrets.GITHUB_TOKEN }}
4343
fetch-depth: 1
4444

4545
- name: Setup caches
46-
uses: actions/cache@v4.2.3
46+
uses: actions/cache@v4.2.4
4747
with:
4848
path: |
4949
~/.cache/pip

0 commit comments

Comments
 (0)