mirror of
https://github.com/veggiemonk/awesome-docker.git
synced 2025-04-18 14:25:59 -04:00
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:
parent
98d2223c13
commit
0977ecc360
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@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
|
||||
|
Loading…
x
Reference in New Issue
Block a user