Skip to content

Commit d58972c

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

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

.github/workflows/continuous-delivery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
if: github.repository_owner == 'skyra-project'
1717
steps:
1818
- name: Checkout Project
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
2222
ref: main

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Add problem matcher
1717
run: |
1818
echo "::add-matcher::.github/problemMatchers/eslint.json"

.github/workflows/generated-file-validations.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Use Node.js v20
1717
uses: actions/setup-node@v4
1818
with:
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ubuntu-latest
3838
steps:
3939
- name: Checkout Project
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
- name: Use Node.js v20
4242
uses: actions/setup-node@v4
4343
with:
@@ -62,7 +62,7 @@ jobs:
6262
runs-on: ubuntu-latest
6363
steps:
6464
- name: Checkout Project
65-
uses: actions/checkout@v4
65+
uses: actions/checkout@v5
6666
- name: Use Node.js v20
6767
uses: actions/setup-node@v4
6868
with:
@@ -87,7 +87,7 @@ jobs:
8787
runs-on: ubuntu-latest
8888
steps:
8989
- name: Checkout Project
90-
uses: actions/checkout@v4
90+
uses: actions/checkout@v5
9191
- name: Use Node.js v20
9292
uses: actions/setup-node@v4
9393
with:

.github/workflows/labelsync.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Core Labels
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515
with:
1616
path: core-labels
1717
sparse-checkout: .github/labels.yml
1818
sparse-checkout-cone-mode: false
1919
repository: 'sapphiredev/.github'
2020
- name: Checkout Overwrite Labels
21-
uses: actions/checkout@v4
21+
uses: actions/checkout@v5
2222
with:
2323
path: overwrite-labels
2424
sparse-checkout: .github/labels.yml

.github/workflows/publish-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: Use Node.js v20

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.repository_owner == 'skyra-project'
2121
steps:
2222
- name: Checkout Project
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
fetch-depth: 0
2626
ref: main

0 commit comments

Comments
 (0)