Skip to content

Commit

Permalink
build(deps): bump actions/checkout in the updates group (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent d170d90 commit 7db4ddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
DOCKER_HUB_ORG: itzg
MAIN_VARIANT: java21
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Docker meta
id: meta
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
platforms: linux/amd64,linux/arm64
tagPrefix: java21-
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1

- name: Setup Docker Buildx
uses: docker/[email protected]
Expand Down

0 comments on commit 7db4ddc

Please sign in to comment.