Skip to content

Commit f973826

Browse files
chore(deps): bump actions/checkout from 6.0.2 to 6.0.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v6.0.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ffd6d44 commit f973826

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.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/checkout@v6.0.2
19+
- uses: actions/checkout@v6.0.3
2020
- uses: actions/setup-python@v6.2.0
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/checkout@v6.0.2
35+
- uses: actions/checkout@v6.0.3
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/checkout@v6.0.2
16+
- uses: actions/checkout@v6.0.3
1717
- uses: actions/setup-python@v6.2.0
1818
with:
1919
python-version: 3.12

0 commit comments

Comments
 (0)