Skip to content

Commit 4d806b5

Browse files
Update .github/workflows/tests.yml
Co-authored-by: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com>
1 parent 66e299b commit 4d806b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
if: ${{ success() && (contains(github.ref, 'refs/tags') || github.ref == 'refs/heads/master') }}
133133
runs-on: ubuntu-latest
134134
steps:
135-
- uses: actions/checkout@v2
135+
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
136136
with:
137137
fetch-depth: "0"
138138
- name: Get Tag Version

0 commit comments

Comments
 (0)