Skip to content

Commit f6c29f6

Browse files
authored
Merge pull request #3372 from github/jm_fix_action
fix: prefix a checkout action usage semver with 'v'
2 parents d542329 + 7499352 commit f6c29f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jekyll-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout
33-
uses: actions/checkout@4.2.2
33+
uses: actions/checkout@v4.2.2
3434
with:
3535
# For PRs make sure to checkout the PR branch
3636
ref: ${{ github.event.pull_request.head.sha }}

0 commit comments

Comments
 (0)