Skip to content

Commit 2d469c5

Browse files
ci: Bump actions/checkout from 3.6.0 to 4.1.0 (#192)
1 parent 879bf56 commit 2d469c5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dynamic-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
PIP_CONSTRAINT: .github/workflows/constraints.txt
1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3.6.0
19+
uses: actions/checkout@v4.1.0
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout code
48-
uses: actions/checkout@v3.6.0
48+
uses: actions/checkout@v4.1.0
4949
with:
5050
fetch-depth: 0
5151

0 commit comments

Comments
 (0)