Browse Source
Update commit.yml
Need to use explicit version for actions/checkout apparently.
pull/331/head
Wayne Warthen
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
.github/workflows/commit.yml
|
|
|
@ -16,7 +16,7 @@ jobs: |
|
|
|
steps: |
|
|
|
- uses: rlespinasse/github-slug-action@latest |
|
|
|
|
|
|
|
- uses: actions/checkout@latest |
|
|
|
- uses: actions/checkout@v3.1.0 |
|
|
|
|
|
|
|
- name: Build |
|
|
|
run: | |
|
|
|
@ -56,7 +56,7 @@ jobs: |
|
|
|
runs-on: macos-latest |
|
|
|
|
|
|
|
steps: |
|
|
|
- uses: actions/checkout@latest |
|
|
|
- uses: actions/checkout@v3.1.0 |
|
|
|
|
|
|
|
- name: Build |
|
|
|
run: | |
|
|
|
|