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.
2 parents 8a83b8c + 0494ccb commit 4e60f06Copy full SHA for 4e60f06
3 files changed
.github/workflows/Auto.yml
@@ -51,7 +51,7 @@ jobs:
51
VCPKG_DISABLE_METRICS: 1
52
53
steps:
54
- - uses: actions/checkout@v6.0.3
+ - uses: actions/checkout@v7.0.0
55
56
- run: |
57
echo "Update: $(date)" > .github/Update.md
.github/workflows/NPM.yml
@@ -57,7 +57,7 @@ jobs:
id-token: write
58
59
60
61
62
- uses: actions/setup-node@v6.4.0
63
with:
.github/workflows/Node.yml
@@ -59,7 +59,7 @@ jobs:
node-version: [18, 19, 20]
64
- uses: pnpm/action-setup@v6.0.9
65
0 commit comments