Skip to content

Commit

Permalink
build(deps): bump actions/checkout in the updates group (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 7db4ddc commit 7987bb5
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/checkout@v4.2.1
- uses: actions/checkout@v4.2.2

- 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/checkout@v4.2.1
- uses: actions/checkout@v4.2.2

- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
Expand Down

0 comments on commit 7987bb5

Please sign in to comment.