Skip to content

Commit 1c44e75

Browse files
chore(deps): bump actions/checkout from 3 to 4 (EbookFoundation#9513)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f0f4d32 commit 1c44e75

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Diff for: .github/workflows/check-urls.yml

+3-3
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@v3
40+
uses: actions/checkout@v4
4141
with:
4242
fetch-depth: ${{ steps.set-params.outputs.fetch-depth }}
4343
- name: Get changed files
@@ -74,7 +74,7 @@ jobs:
7474
fail-fast: false
7575
steps:
7676
- name: Checkout
77-
uses: actions/checkout@v3
77+
uses: actions/checkout@v4
7878
with:
7979
fetch-depth: ${{ needs.get-changed-files.outputs.fetch-depth }}
8080
- name: Setup Ruby v2.6
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: ubuntu-latest
100100
steps:
101101
- name: Checkout # for having the sources of the local action
102-
uses: actions/checkout@v3
102+
uses: actions/checkout@v4
103103
# download and unzip the ab-results-*.json generated by job-matrix: check-urls
104104
- uses: actions/download-artifact@v3
105105
with:

Diff for: .github/workflows/fpb-lint.yml

+1-1
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@v3
14+
- uses: actions/checkout@v4
1515
- name: Use Node.js
1616
uses: actions/setup-node@v3
1717
with:

0 commit comments

Comments
 (0)