Skip to content

Commit 1c28e5e

Browse files
authored
chore: pin actions to SHA and upgrade to node 22 (#64)
* pin actions * pin actions and upgrade them * update versions * update branch
1 parent d63cad0 commit 1c28e5e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-artifact-iota.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ on:
33
workflow_dispatch:
44
push:
55
branches:
6-
- feat/iota-blog
6+
- iota-theme
77
jobs:
88
build_create_zip_iota:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v2
12-
- name: Use Node.js 20
13-
uses: actions/setup-node@v2
11+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
12+
- name: Use Node.js 22
13+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
1414
with:
15-
node-version: '20'
15+
node-version: '22'
1616
- name: Install dependencies && build
1717
run: cd src && npm install && npm run build
1818
- name: Create zip
1919
run: zip -r liebling.zip ./* -x 'node_modules/*' -x '*src*'
2020
- name: 'Upload Artifact'
21-
uses: actions/upload-artifact@v4
22-
with:
21+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
22+
with:
2323
name: IOTA_Blog
2424
path: liebling.zip
2525
- name: Download all workflow run artifacts
26-
uses: actions/download-artifact@v4
26+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1

0 commit comments

Comments
 (0)