Skip to content

Commit 313979b

Browse files
chore(deps): update actions/checkout action to v7
Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
1 parent 6f6cabb commit 313979b

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: "Build & Test"
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v6
22+
- uses: actions/checkout@v7
2323
- uses: actions/setup-java@v5
2424
with:
2525
distribution: temurin

.github/workflows/quarkus-ecosystem.actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,13 @@ jobs:
3131
distribution: temurin
3232

3333
- name: Checkout repo
34-
uses: actions/checkout@v6
34+
uses: actions/checkout@v7
3535
with:
3636
path: current-repo
3737
ref: main
3838

3939
- name: Checkout Ecosystem
40-
uses: actions/checkout@v6
40+
uses: actions/checkout@v7
4141
with:
4242
repository: ${{ env.ECOSYSTEM_CI_REPO }}
4343
ref: main

.github/workflows/release.actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
permissions:
2323
contents: write
2424
steps:
25-
- uses: actions/checkout@v6
25+
- uses: actions/checkout@v7
2626
with:
2727
token: ${{ secrets.GH_PAT }}
2828
fetch-depth: 0

0 commit comments

Comments
 (0)