Skip to content

Commit 4f2abae

Browse files
renovate[bot]nikolaik
authored andcommitted
chore(deps): update all non-major dependencies
1 parent b776384 commit 4f2abae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@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') }}
@@ -32,7 +32,7 @@ jobs:
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: |
@@ -46,7 +46,7 @@ jobs:
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 }}

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.17.0
1+
22.20.0

0 commit comments

Comments
 (0)