Skip to content

Commit 29f376a

Browse files
committed
chore(deps): update actions/checkout action to v4.2.1
1 parent 7bf6909 commit 29f376a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
PRE_COMMIT_COLOR: "always"
2525
steps:
2626
- name: Check out the repository
27-
uses: actions/checkout@v4.2.0
27+
uses: actions/checkout@v4.2.1
2828
- name: Restore data cache
2929
if: matrix.session == 'tests'
3030
id: cache-data
@@ -103,7 +103,7 @@ jobs:
103103
needs: tests
104104
steps:
105105
- name: Check out the repository
106-
uses: actions/checkout@v4.2.0
106+
uses: actions/checkout@v4.2.1
107107
- name: Set up Python
108108
uses: actions/setup-python@v5.2.0
109109
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Check out the repository
15-
uses: actions/checkout@v4.2.0
15+
uses: actions/checkout@v4.2.1
1616
with:
1717
fetch-depth: 2
1818

0 commit comments

Comments
 (0)