1
0
Fork 0
mirror of https://github.com/veggiemonk/awesome-docker.git synced 2025-04-11 20:18:14 +02:00

fix: update actions to latest available version (#1164)

* fix: update actions to latest available version

they're immutable tags anyways, not really a need to use sha's here

* fix: prefix v on version tags
This commit is contained in:
Manuel Schmid 2025-03-23 16:59:17 +01:00 committed by GitHub
parent 98d2223c13
commit 1c3daa2073
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@v4.2.2
- uses: actions/setup-node@v4.3.0
with:
node-version: lts/*
- uses: actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7
- uses: actions/cache@v4.2.3
id: cache
with:
path: ~/.npm