File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 with :
2121 node-version : 20.17.0
2222
23- - uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
23+ - uses : actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
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@369eb591f429131d6889c46b94e711f089e6ca96 # v5.6.1
35+ uses : docker/metadata-action@902fa8ec7d6ecbf8d84d538b9b233a880e428804 # v5.7.0
3636 with :
3737 images : docker.pkg.github.com/remarkable/githubUserManager/githubUserManager
3838 tags : |
5353 password : ${{ secrets.GITHUB_TOKEN }}
5454
5555 - name : Push to GitHub Packages
56- uses : docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13 .0
56+ uses : docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15 .0
5757 with :
5858 push : ${{ github.event_name != 'pull_request' }}
5959 tags : ${{ steps.docker_meta.outputs.tags }}
Original file line number Diff line number Diff line change 1- 22.13.1
1+ 22.14.0
You can’t perform that action at this time.
0 commit comments