Skip to content

Commit c302fe9

Browse files
chore(deps): update actions/checkout action to v5 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7e5568f commit c302fe9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020

2121
- name: Initialize CodeQL
2222
uses: github/codeql-action/init@v3

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
os: macos-latest
2525
steps:
2626
- name: Checkout Project
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828
- name: Setup Java 8
2929
uses: actions/setup-java@v4
3030
with:

.github/workflows/labelsync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Project
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
sparse-checkout: .github/labels.yml
1717
sparse-checkout-cone-mode: false

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: github.repository_owner == 'favware'
1111
steps:
1212
- name: Checkout Project
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
with:
1515
fetch-depth: 0
1616
ref: main

.github/workflows/static-documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727
- name: Setup Pages
2828
uses: actions/configure-pages@v5
2929
- name: Setup Java 8

0 commit comments

Comments
 (0)