Skip to content

Commit 9ff5b34

Browse files
committed
Go back to using unpinned tag for official GitHub workflows
1 parent 2bed245 commit 9ff5b34

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
16+
- uses: actions/checkout@v4
1717
with:
1818
persist-credentials: false
1919
- name: Install Node.js
20-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: 22
2323
- name: Install dependencies
2424
run: npm ci
2525
- name: Build documentation
2626
run: npm run build
2727
- name: Upload artifact
28-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa
28+
uses: actions/upload-pages-artifact@v3
2929
with:
3030
path: ./docs/
3131

@@ -41,4 +41,4 @@ jobs:
4141
steps:
4242
- name: Deploy to GitHub Pages
4343
id: deployment
44-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e
44+
uses: actions/deploy-pages@v4

.github/workflows/validate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
12+
- uses: actions/checkout@v4
1313
with:
1414
persist-credentials: false
1515
- name: Setup Node.js
16-
uses: actions/setup-node@39370e3970a6d050c480ffad4ff0ed4d3fdee5af
16+
uses: actions/setup-node@v4
1717
with:
1818
node-version: 22
1919
- name: Install dependencies

0 commit comments

Comments
 (0)