Skip to content

Commit 633a4f1

Browse files
Bump actions/checkout from 4 to 5 (#42)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5637f7b commit 633a4f1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: echo "The job was automatically triggered by a ${{ github.event_name }} event."
1717
- run: echo "The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
1818
- name: Check out repository code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
- run: echo "The ${{ github.repository }} repository has been cloned to the runner."
2121
- name: Generate the files in docker
2222
run: scripts/run.sh

.github/workflows/clean-scratch-site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Check out repository code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Deploy ssh key for scratch site
1515
shell: bash -l {0}
1616
run: |

0 commit comments

Comments
 (0)