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:
6
.github/workflows/website.yml
vendored
6
.github/workflows/website.yml
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user