Skip to content

Commit b9e65f4

Browse files
build(deps): bump actions/checkout from 4.1.7 to 4.2.0 in the actions group (#51)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c7abe52 commit b9e65f4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
12+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
1313

1414
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
1515
with:

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
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/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
13+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
1414

1515
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
1616
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: upload release to PyPI
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
18+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
1919

2020
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
2121
with:

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
id-token: write # unit tests use the ambient OIDC credential
1919
steps:
20-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
20+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4
2121

2222
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
2323
with:

0 commit comments

Comments
 (0)