Skip to content

Commit 473ebf9

Browse files
committed
update checkout action to use v3
1 parent b1fa691 commit 473ebf9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919
with:
2020
persist-credentials: false
2121
fetch-depth: 0

.github/workflows/snyk.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ jobs:
1515
uses: github/codeql-action/upload-sarif@v2
1616
with:
1717
sarif_file: snyk.sarif
18-
g

0 commit comments

Comments
 (0)