Skip to content

Commit dd4521b

Browse files
authored
updated/fixed workflow dependency versions (#57)
1 parent f74dc7d commit dd4521b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
timeout-minutes: 30
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v6.0.1
1717
with:
1818
fetch-depth: 0
1919

@@ -23,7 +23,7 @@ jobs:
2323
git config user.email "github-actions[bot]@users.noreply.github.com"
2424
2525
- name: Set Up Node
26-
uses: actions/setup-node@v6
26+
uses: actions/setup-node@v6.1.0
2727
with:
2828
node-version: 20
2929
cache: npm
@@ -35,7 +35,7 @@ jobs:
3535
run: npm run build
3636

3737
- name: Deploy Docs to GitHub Pages
38-
uses: peaceiris/actions-gh-pages@v4
38+
uses: peaceiris/actions-gh-pages@v4.0.0
3939
with:
4040
github_token: ${{ secrets.GITHUB_TOKEN }}
4141
publish_dir: ./build

0 commit comments

Comments
 (0)