File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 with :
2121 node-version : 20.17.0
2222
23- - uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
23+ - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
2424 with :
2525 path : node_modules
2626 key : npm-${{ hashFiles('package-lock.json') }}
3232 - run : npm run test
3333
3434 - id : docker_meta
35- uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7 .0
35+ uses : docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8 .0
3636 with :
3737 images : docker.pkg.github.com/remarkable/githubUserManager/githubUserManager
3838 tags : |
4646
4747 - name : Login to docker registry
4848 if : ${{ github.event_name != 'pull_request' }}
49- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
49+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
5050 with :
5151 registry : docker.pkg.github.com
5252 username : ${{ github.actor }}
Original file line number Diff line number Diff line change 1- 22.17 .0
1+ 22.20 .0
You can’t perform that action at this time.
0 commit comments