Skip to content

Commit f760068

Browse files
authored
Merge pull request #271 from mosfet80/patch-3
Update `actions/checkout` to v3 in self-tests
2 parents 85a5a80 + 6edc294 commit f760068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/self-smoke-test-action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Check out the action locally
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v4
4646
with:
4747
path: test
4848
- name: Install the packaging-related tools

0 commit comments

Comments
 (0)