Skip to content

Commit 70bc003

Browse files
ci: bump actions/checkout from 7.0.0 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v7.0.0...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 311b862 commit 70bc003

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ${{ vars.RUNNER || 'ubuntu-latest' }}
3131
steps:
3232
- name: Check out repository
33-
uses: actions/checkout@v7.0.0
33+
uses: actions/checkout@v7.0.1
3434

3535
- name: Install Python
3636
uses: actions/setup-python@v6.3.0

.github/workflows/plugin-validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
validate:
1010
runs-on: ${{ vars.RUNNER || 'ubuntu-latest' }}
1111
steps:
12-
- uses: actions/checkout@v7.0.0
12+
- uses: actions/checkout@v7.0.1
1313
- name: Install zsh (for shell-portability checks)
1414
run: sudo apt-get update -qq && sudo apt-get install -y -qq zsh
1515
- uses: actions/setup-python@v6.3.0

0 commit comments

Comments
 (0)