Skip to content

Commit fa03fc3

Browse files
chore(deps): update actions/checkout action to v4
1 parent 7a37b1d commit fa03fc3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
runs-on: ubuntu-latest
2222

2323
steps:
24-
- uses: actions/checkout@v3
24+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
2525
- name: Set up Python
2626
uses: actions/setup-python@v4
2727
with:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
pre-commit:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
1414
- name: Install dependencies
1515
run: |
1616
set -euxo pipefail
@@ -32,7 +32,7 @@ jobs:
3232
- "3.12.0-alpha - 3.12"
3333
- "pypy-3.9"
3434
steps:
35-
- uses: actions/checkout@v3
35+
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
3636
- uses: excitedleigh/[email protected]
3737
- uses: actions/setup-python@v4
3838
with:

0 commit comments

Comments
 (0)