Skip to content

Commit 4eeb234

Browse files
authored
Update GitHub Actions to use latest version tags
1 parent 15c437d commit 4eeb234

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/deploy-gh-pages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,16 @@ jobs:
2020
name: Build
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
24-
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
23+
- uses: actions/checkout@v5
24+
- uses: actions/setup-node@v6
2525
with:
2626
cache: 'npm'
2727
node-version-file: '.nvmrc'
2828
- uses: ./.github/actions/install-dependencies
2929
- name: Build scratch-gui
3030
run: npm run build
3131
- name: Upload Pages artifact
32-
uses: actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3
32+
uses: actions/upload-pages-artifact@v3
3333
with:
3434
path: packages/scratch-gui/build
3535

@@ -43,4 +43,4 @@ jobs:
4343
steps:
4444
- name: Deploy to GitHub Pages
4545
id: deployment
46-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac2b3c603fc # v4
46+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)