Skip to content

Commit 883e08f

Browse files
build(deps): bump the all-github-actions group with 3 updates
Bumps the all-github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-node](https://github.com/actions/setup-node) and [docker/metadata-action](https://github.com/docker/metadata-action). Updates `actions/checkout` from 4.2.2 to 6.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...1af3b93) Updates `actions/setup-node` from 4.4.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4.4.0...2028fbc) Updates `docker/metadata-action` from 5.9.0 to 5.10.0 - [Release notes](https://github.com/docker/metadata-action/releases) - [Commits](docker/metadata-action@318604b...c299e40) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: actions/setup-node dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-github-actions - dependency-name: docker/metadata-action dependency-version: 5.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-github-actions ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f7cfedf commit 883e08f

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Checkout ${{ github.ref_name }}
55-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
55+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5656
with:
5757
ref: ${{ github.ref }}
5858
fetch-depth: 0
@@ -68,7 +68,7 @@ jobs:
6868
echo "Validation successful: Running from 'dev' branch."
6969
7070
- name: Setup Node
71-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
71+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
7272
with:
7373
node-version: ${{ env.NODE_VERSION }}
7474
cache: 'npm'
@@ -125,7 +125,7 @@ jobs:
125125

126126
steps:
127127
- name: Checkout ${{ github.ref_name }}
128-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
128+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
129129
with:
130130
ref: ${{ github.ref }}
131131
fetch-depth: 0
@@ -141,7 +141,7 @@ jobs:
141141
echo "Validation successful: Running from tag '${{ github.ref_name }}'."
142142
143143
- name: Setup Node
144-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
144+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
145145
with:
146146
node-version: ${{ env.NODE_VERSION }}
147147
cache: 'npm'
@@ -219,7 +219,7 @@ jobs:
219219

220220
steps:
221221
- name: Checkout ${{ github.ref_name }}
222-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
222+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
223223
with:
224224
ref: ${{ github.ref }}
225225
fetch-depth: 0
@@ -235,7 +235,7 @@ jobs:
235235
echo "Validation successful: Running from tag '${{ github.ref_name }}'."
236236
237237
- name: Setup Node
238-
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
238+
uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0.0
239239
with:
240240
node-version: ${{ env.NODE_VERSION }}
241241
cache: 'npm'

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- id: meta
3838
name: Metadata
39-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
39+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
4040
with:
4141
images: |
4242
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- id: meta
3838
name: Metadata
39-
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
39+
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
4040
with:
4141
images: |
4242
ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}

0 commit comments

Comments
 (0)