We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e7a386 commit 0a75e72Copy full SHA for 0a75e72
.github/workflows/00-init.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-24.04 # Use Ubuntu 24.04 explicitly
10
steps:
11
- name: ⏬ Checkout repo
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
13
14
- name: 🔄 Init Cache Default
15
uses: ./.github/actions/npm-cache
.github/workflows/default.yml
@@ -21,7 +21,7 @@ jobs:
21
needs: [init]
22
23
24
25
26
- name: 🔄 Init Cache
27
.github/workflows/release.yml
@@ -22,7 +22,7 @@ jobs:
contents: write
28
0 commit comments