Skip to content

Commit 37d2f82

Browse files
👷 Upgrade w5s/actions digest to 464b7aa (#2445)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 0b54e66 commit 37d2f82

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222
- name: ⬇️ Checkout
2323
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2424
- name: ⚙️ Setup
25-
uses: w5s/actions/setup@244e9228156b742a4490dd17e67c6ce432302986 # main
25+
uses: w5s/actions/setup@464b7aa853ccf9ccedfe6841340fc0ca72684420 # main
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- name: 🔨 Build
29-
uses: w5s/actions/task@244e9228156b742a4490dd17e67c6ce432302986 # main
29+
uses: w5s/actions/task@464b7aa853ccf9ccedfe6841340fc0ca72684420 # main
3030
with:
3131
task: build
3232
- name: 🔍 Validate
33-
uses: w5s/actions/task@244e9228156b742a4490dd17e67c6ce432302986 # main
33+
uses: w5s/actions/task@464b7aa853ccf9ccedfe6841340fc0ca72684420 # main
3434
with:
3535
task: validate

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
- name: ⬇️ Checkout
1818
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
- name: ⚙️ Setup
20-
uses: w5s/actions/setup@244e9228156b742a4490dd17e67c6ce432302986 # main
20+
uses: w5s/actions/setup@464b7aa853ccf9ccedfe6841340fc0ca72684420 # main
2121
- name: 🔨 Build
22-
uses: w5s/actions/task@244e9228156b742a4490dd17e67c6ce432302986 # main
22+
uses: w5s/actions/task@464b7aa853ccf9ccedfe6841340fc0ca72684420 # main
2323
with:
2424
task: build
2525

0 commit comments

Comments
 (0)