Skip to content

Commit da39a71

Browse files
chore(deps): bump actions/checkout from 6.0.0 to 6.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4b55dff commit da39a71

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
python-version: ["3.9", "3.10", "3.11", "3.12"]
1818
steps:
19-
- uses: actions/[email protected].0
19+
- uses: actions/[email protected].1
2020
- uses: actions/[email protected]
2121
with:
2222
python-version: "${{ matrix.python-version }}"
@@ -32,5 +32,5 @@ jobs:
3232
container:
3333
image: semgrep/semgrep:1.138.0
3434
steps:
35-
- uses: actions/[email protected].0
35+
- uses: actions/[email protected].1
3636
- run: tools/semgrep

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
id-token: write
1414
contents: write
1515
steps:
16-
- uses: actions/[email protected].0
16+
- uses: actions/[email protected].1
1717
- uses: actions/[email protected]
1818
with:
1919
python-version: 3.12

0 commit comments

Comments
 (0)