We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fa3c7 commit 1b10464Copy full SHA for 1b10464
3 files changed
.github/workflows/ci.yaml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Check out
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
with:
21
persist-credentials: 'false'
22
- name: Setup Node & NPM
@@ -61,7 +61,7 @@ jobs:
61
if: github.ref == 'refs/heads/main'
62
63
64
65
66
67
@@ -90,7 +90,7 @@ jobs:
90
91
92
93
94
95
96
@@ -115,7 +115,7 @@ jobs:
115
if: github.ref != 'refs/heads/main'
116
117
118
119
120
121
0 commit comments