Skip to content

Commit

Permalink
Don't update actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed May 31, 2024
1 parent 5d318b6 commit 9429a1e
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 @@ -47,7 +47,7 @@ jobs:

steps:
- name: Check out the action locally
uses: actions/checkout@v4
uses: actions/checkout@v3
- name: Install the packaging-related tools
run: python3 -m pip install build twine
env:
Expand Down

0 comments on commit 9429a1e

Please sign in to comment.