Skip to content

Commit 61ab1c4

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#912)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 82e8fe1 commit 61ab1c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quarkus-snapshot.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ jobs:
3636
java-version: ${{ env.JAVA_VERSION }}
3737

3838
- name: Checkout repo
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040
with:
4141
path: current-repo
4242
ref: main
4343

4444
- name: Checkout Ecosystem
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
with:
4747
repository: ${{ env.ECOSYSTEM_CI_REPO }}
4848
path: ecosystem-ci

0 commit comments

Comments
 (0)