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.
1 parent c09b39a commit a18cce7Copy full SHA for a18cce7
.github/workflows/deploy.yml
@@ -29,11 +29,11 @@ jobs:
29
runs-on: ubuntu-latest
30
steps:
31
- name: Checkout
32
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
+ uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
with:
34
fetch-depth: 0 # Not needed if lastUpdated is not enabled
35
- name: Setup Node
36
- uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
+ uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af # v4.1.0
37
38
node-version: 20
39
- name: Setup Pages
0 commit comments