Skip to content

Commit 9ad9f0a

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@8e8c483...de0fac2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 361dc61 commit 9ad9f0a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
steps:
2828
- name: Checkout PR branch into cwd
29-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
29+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3030
with:
3131
# Checkout the fork/head-repository to push changes to the fork.
3232
# Without this the base repository will be checked out and committed to.

.github/workflows/merge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030
runs-on: ubuntu-latest
3131
timeout-minutes: 10
3232
steps:
33-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
33+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3434
with:
3535
# Using fetch-depth 0 is the only way to get all tags which are needed for building docs.
3636
fetch-depth: 0
3737

3838
- name: Checkout gh-pages branch to dir publish/
39-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
39+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
4040
with:
4141
ref: gh-pages
4242
path: publish

0 commit comments

Comments
 (0)