Skip to content

Commit 3137023

Browse files
renovate[bot]nikolaik
authored andcommitted
chore(deps): update all non-major dependencies
1 parent 881e421 commit 3137023

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
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') }}
@@ -32,7 +32,7 @@ jobs:
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: |
@@ -53,7 +53,7 @@ jobs:
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 }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.13.1
1+
22.14.0

0 commit comments

Comments
 (0)