1
0
mirror of https://github.com/actix/actix-website synced 2025-09-03 01:56:39 +02:00

chore: Pin actions to a full SHA (#636)

* chore: Upgrade Node.js version

* Setup pinact

* Pin Actions
This commit is contained in:
Yuki Okushi
2025-08-22 16:14:44 +09:00
committed by GitHub
parent de1b296c62
commit 6c06be5463
9 changed files with 14 additions and 14 deletions

View File

@@ -13,11 +13,11 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
- uses: actions/setup-node@v4.4.0
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 18.x
node-version-file: .tool-versions
cache: npm
- name: Install dependencies