We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1f8414 commit d708a4eCopy full SHA for d708a4e
3 files changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
40
steps:
41
- name: Checkout repo
42
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
43
44
- name: Setup Deno
45
uses: denoland/setup-deno@v2
.github/workflows/post_publish.yml
@@ -11,7 +11,7 @@ jobs:
11
if: github.repository == 'denoland/fresh'
12
13
14
15
16
- name: Authenticate with Google Cloud
17
uses: google-github-actions/auth@v2
.github/workflows/publish.yml
@@ -16,7 +16,7 @@ jobs:
if: github.repository_owner == 'denoland'
18
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
21
- name: Install Deno
22
0 commit comments