Skip to content

Commit e04f4a8

Browse files
chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2919d1d commit e04f4a8

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/check-urls.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "fetch_depth=0" >> $GITHUB_OUTPUT
3838
fi
3939
- name: Checkout
40-
uses: actions/checkout@v4
40+
uses: actions/checkout@v5
4141
with:
4242
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
4343
- name: Get changed files
@@ -75,7 +75,7 @@ jobs:
7575
steps:
7676
- name: Checkout
7777
if: ${{ endsWith(matrix.file, '.yml') || endsWith(matrix.file, '.md') }}
78-
uses: actions/checkout@v4
78+
uses: actions/checkout@v5
7979
with:
8080
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
8181
- name: Setup Ruby v2.6
@@ -119,7 +119,7 @@ jobs:
119119
runs-on: ubuntu-latest
120120
steps:
121121
- name: Checkout # for having the sources of the local action
122-
uses: actions/checkout@v4
122+
uses: actions/checkout@v5
123123
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
124124
- name: Download artifacts
125125
uses: actions/download-artifact@v5

.github/workflows/fpb-lint.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

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515
- name: Use Node.js
1616
uses: actions/setup-node@v4
1717
with:

.github/workflows/rtl-ltr-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
# Checkout the repository code
1414
- name: Checkout code
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616

1717
# Fetch the full history of 'main' for accurate git diff in PRs
1818
- name: Fetch all history for main

0 commit comments

Comments
 (0)