Skip to content
This repository was archived by the owner on May 15, 2025. It is now read-only.

Commit 725aefc

Browse files
authored
build: bump actions to latest version (#9)
1 parent 9609930 commit 725aefc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
steps:
3535
- name: Setup Deno
3636
id: setup-deno
37-
uses: denoland/setup-deno@v1.1.3
37+
uses: denoland/setup-deno@v1.1.4
3838
with:
3939
deno-version: ${{ inputs.deno-version }}
4040

@@ -48,7 +48,7 @@ runs:
4848

4949
- name: Cache Deno dependencies
5050
id: cache-deno
51-
uses: actions/cache@v3.3.2
51+
uses: actions/cache@v4.0.0
5252
with:
5353
key: ${{ hashFiles(inputs.deno-lock-path) }}
5454
path: ${{ env.DENO_DIR }}

0 commit comments

Comments
 (0)