fix: update actions to latest available version

they're immutable tags anyways, not really a need to use sha's here
This commit is contained in:
Manuel Schmid 2025-03-22 18:23:54 +01:00 committed by GitHub
parent 98d2223c13
commit 0977ecc360
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,12 +11,12 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@e2f20e631ae6d7dd3b768f56a5d2af784dd54791
- uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516
- uses: actions/checkout@4.2.2
- uses: actions/setup-node@4.3.0
with:
node-version: lts/*
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
- uses: actions/cache@4.2.3
id: cache
with:
path: ~/.npm