Skip to content

Commit 2a6b33a

Browse files
build(deps): bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d4fbc2f commit 2a6b33a

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- "3.12"
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/[email protected].0
23+
- uses: actions/[email protected].1
2424

2525
- uses: actions/setup-python@v5
2626
with:

.github/workflows/docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
build:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/[email protected].0 # v3.3.0
12+
- uses: actions/[email protected].1 # v3.3.0
1313

1414
- uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
1515
with:

.github/workflows/lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
lint:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414

1515
- uses: actions/setup-python@v5
1616
with:
@@ -24,7 +24,7 @@ jobs:
2424
check-readme:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/[email protected].0
27+
- uses: actions/[email protected].1
2828

2929
- uses: actions/setup-python@v5
3030
# NOTE(ww): Important: use pip-audit's minimum supported Python version

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
contents: write
2121

2222
steps:
23-
- uses: actions/[email protected].0
23+
- uses: actions/[email protected].1
2424

2525
- uses: actions/setup-python@v5
2626
with:

.github/workflows/scorecards.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: "Checkout code"
25-
uses: actions/[email protected].0 # tag=v3.0.0
25+
uses: actions/[email protected].1 # tag=v3.0.0
2626
with:
2727
persist-credentials: false
2828

0 commit comments

Comments
 (0)