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 a27b3b7 + d3bf11b commit 2be2e98Copy full SHA for 2be2e98
2 files changed
.github/workflows/Auto.yml
@@ -51,7 +51,7 @@ jobs:
51
VCPKG_DISABLE_METRICS: 1
52
53
steps:
54
- - uses: actions/checkout@v5.0.0
+ - uses: actions/checkout@v5.0.1
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