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 b60ab8e + 98191ee commit 23e8e2eCopy full SHA for 23e8e2e
.github/workflows/Auto.yml
@@ -51,7 +51,7 @@ jobs:
51
VCPKG_DISABLE_METRICS: 1
52
53
steps:
54
- - uses: actions/checkout@v6.0.1
+ - uses: actions/checkout@v6.0.2
55
56
- run: |
57
echo "Update: $(date)" > .github/Update.md
.github/workflows/Node.yml
@@ -59,7 +59,7 @@ jobs:
59
node-version: [18, 19, 20]
60
61
62
63
64
- uses: pnpm/action-setup@v4.2.0
65
with:
0 commit comments