Skip to content

Commit eeec53e

Browse files
Bump actions/checkout from 5 to 6 (#47)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 18798eb commit eeec53e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v5
19+
uses: actions/checkout@v6
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@v5
13+
uses: actions/checkout@v6
1414
- name: Deploy ssh key for scratch site
1515
shell: bash -l {0}
1616
run: |

0 commit comments

Comments
 (0)