Skip to content

Commit

Permalink
Merge pull request #271 from mosfet80/patch-3
Browse files Browse the repository at this point in the history
Update `actions/checkout` to v3 in self-tests
  • Loading branch information
webknjaz authored Sep 29, 2024
2 parents 85a5a80 + 6edc294 commit f760068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/self-smoke-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Check out the action locally
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: test
- name: Install the packaging-related tools
Expand Down

0 comments on commit f760068

Please sign in to comment.