Skip to content

Commit 67ce616

Browse files
chore(deps): bump the actions group with 2 updates (#104)
Bumps the actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [dcarbone/install-jq-action](https://github.com/dcarbone/install-jq-action). Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) Updates `dcarbone/install-jq-action` from 2 to 3 - [Release notes](https://github.com/dcarbone/install-jq-action/releases) - [Commits](dcarbone/install-jq-action@v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: dcarbone/install-jq-action dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0cadff8 commit 67ce616

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
@@ -25,9 +25,9 @@ jobs:
2525
outputs:
2626
targets: ${{ steps.get-targets.outputs.targets }}
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Extract targets as JSON array
30-
uses: dcarbone/install-jq-action@v2
30+
uses: dcarbone/install-jq-action@v3
3131
- name: Get targets from bake file
3232
id: get-targets
3333
run: |
@@ -41,7 +41,7 @@ jobs:
4141
matrix:
4242
target: ${{ fromJson(needs.extract-targets.outputs.targets) }}
4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545

4646
- name: Set up Docker Buildx
4747
uses: docker/setup-buildx-action@v3.11.1

.github/workflows/dockerhub-description.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
dockerHubDescription:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Update Docker Hub description
1818
uses: peter-evans/dockerhub-description@v4
1919
with:

0 commit comments

Comments
 (0)