We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73f72d9 + 9a04859 commit 45b1aedCopy full SHA for 45b1aed
2 files changed
.github/workflows/ci-build.yml
@@ -17,7 +17,7 @@ jobs:
17
runs-on: ubuntu-latest
18
steps:
19
- name: Check out repository
20
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
21
22
- name: Set up Node.js
23
uses: actions/setup-node@v5
.github/workflows/sync-major-tag.yml
@@ -14,7 +14,7 @@ jobs:
14
if: ${{ !github.event.release.prerelease }}
15
16
- name: Check out the repo
with:
fetch-depth: 0 # grab all history so we can push tags
0 commit comments