Skip to content

Commit 8e536a2

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

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deno-ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,15 @@ jobs:
2222

2323
steps:
2424
- name: Checkout source
25-
uses: actions/checkout@v4
25+
uses: actions/checkout@v6
2626

2727
- name: Use Deno ${{ matrix.deno-version }}
2828
uses: denoland/setup-deno@v2
2929
with:
3030
deno-version: ${{ matrix.deno-version }}
3131

3232
- name: Cache Deno deps
33-
uses: actions/cache@v4
33+
uses: actions/cache@v5
3434
with:
3535
path: ~/.cache/deno
3636
key: denodir/${{ matrix.deno-version }}-${{ hashFiles('deno.lock') }}
@@ -62,12 +62,12 @@ jobs:
6262
if: github.event_name == 'push'
6363

6464
steps:
65-
- uses: actions/checkout@v4
65+
- uses: actions/checkout@v6
6666

6767
- uses: denoland/setup-deno@v2
6868

6969
- name: Cache Deno deps
70-
uses: actions/cache@v4
70+
uses: actions/cache@v5
7171
with:
7272
path: ~/.cache/deno
7373
key: denodir-${{ hashFiles('deno.lock') }}

0 commit comments

Comments
 (0)