mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-11-08 21:34:08 +01:00
fix: update actions to latest available version (#1164)
Some checks failed
Pull Requests / Weekly QA / test (push) Failing after 2m31s
Some checks failed
Pull Requests / Weekly QA / test (push) Failing after 2m31s
* 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:
parent
98d2223c13
commit
1c3daa2073
6
.github/workflows/pull_request.yml
vendored
6
.github/workflows/pull_request.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user