Skip to content

Commit c4bc2d4

Browse files
renovate[bot]escarls
authored andcommitted
chore(deps): update all non-major dependencies
1 parent dde5d80 commit c4bc2d4

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
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
1818

19-
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
19+
- uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
2020
with:
2121
node-version: 20.11.0
2222

@@ -46,14 +46,14 @@ jobs:
4646
4747
- name: Login to docker registry
4848
if: ${{ github.event_name != 'pull_request' }}
49-
uses: docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2.0
49+
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
5050
with:
5151
registry: docker.pkg.github.com
5252
username: ${{ github.actor }}
5353
password: ${{ secrets.GITHUB_TOKEN }}
5454

5555
- name: Push to GitHub Packages
56-
uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 # v6.2.0
56+
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.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-
20.16.0
1+
20.17.0

0 commit comments

Comments
 (0)