Skip to content

Commit c79707a

Browse files
Merge pull request #2378 from quarkusio/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 7d7e934 + 14913df commit c79707a

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
with:
1717
fetch-depth: 5000
1818
fetch-tags: false

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919

20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121

2222
- name: Set up ruby
2323
uses: ruby/setup-ruby@v1

.github/workflows/sync-main-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.repository == 'quarkusio/quarkusio.github.io'
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313
with:
1414
ref: main
1515

16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
with:
1818
repository: quarkusio/quarkus
1919
path: .quarkus-main-repository

.github/workflows/sync-working-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: github.repository == 'quarkusio/quarkusio.github.io'
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v5
2121
with:
2222
ref: main
2323

0 commit comments

Comments
 (0)