Skip to content

Commit fb2b8e4

Browse files
Bump actions/checkout from 6.0.1 to 6.0.2 (#617)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a1b1c97 commit fb2b8e4

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/doc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
matrix:
2828
builder: [html, mini18n-html]
2929
steps:
30-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
30+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3131
with:
3232
fetch-depth: 0
3333
persist-credentials: false
@@ -56,7 +56,7 @@ jobs:
5656
python -c "import pyvista;print(pyvista.Report())"
5757
echo PYVISTA_EXAMPLE_DATA_PATH=$(python -c "from pyvista import examples; print(examples.USER_DATA_PATH)") >> $GITHUB_ENV
5858
59-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
59+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6060
if: matrix.builder == 'mini18n-html'
6161
with:
6262
repository: pyvista/pyvista-tutorial-translations
@@ -101,7 +101,7 @@ jobs:
101101
needs: build-doc
102102
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
103103
steps:
104-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
104+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
105105
with:
106106
persist-credentials: false
107107

@@ -164,7 +164,7 @@ jobs:
164164
runs-on: ubuntu-latest
165165
needs: build-doc
166166
steps:
167-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
167+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
168168
with:
169169
persist-credentials: false
170170

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
github.event_name == 'push' || github.event_name == 'workflow_dispatch' ||
2626
( github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository )
2727
steps:
28-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929
with:
3030
persist-credentials: false
3131
- name: Log into the Container registry

.github/workflows/reviewdog.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 code.
13-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
13+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
with:
1515
persist-credentials: false
1616
- name: misspell

0 commit comments

Comments
 (0)