Skip to content

Commit 7cd1d49

Browse files
chore: bump the action-dependencies-version group across 2 directories with 4 updates (#779)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82af0d0 commit 7cd1d49

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/actions/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ runs:
99
using: 'composite'
1010
steps:
1111
- name: Use Node.js ${{ inputs.node-version }}
12-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
12+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
1313
with:
1414
registry-url: 'https://registry.npmjs.org'
1515
node-version: ${{ inputs.node-version }}

.github/workflows/publish-docker-image.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo CSPELL_VERSION=$(jq -r ".dependencies.cspell | sub(\"[_^]\"; \"\")" package.json) >> "$GITHUB_OUTPUT"
5555
5656
- name: Log in to the Container registry
57-
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9
57+
uses: docker/login-action@b45d80f862d83dbcd57f89517bcf500b2ab88fb2
5858
with:
5959
registry: ${{ env.REGISTRY }}
6060
username: ${{ github.actor }}
@@ -78,10 +78,10 @@ jobs:
7878
run: echo "$META"
7979

8080
- name: Set up QEMU
81-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
81+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
8282

8383
- name: Set up Docker Buildx
84-
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
84+
uses: docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd
8585

8686
- name: Build and push Docker image
8787
uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ref: ${{ needs.release-please.outputs.tag_name }}
3939

4040
- name: Use Node.js
41-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
41+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
4242
with:
4343
registry-url: 'https://registry.npmjs.org'
4444
node-version: 24.x

0 commit comments

Comments
 (0)