Skip to content

Commit 22a7d78

Browse files
authored
Merge pull request #1 from dapr/master
Bump actions/checkout from 2 to 3 (#800)
2 parents c041a97 + dcee2f7 commit 22a7d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fossa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
FOSSA_API_KEY: b88e1f4287c3108c8751bf106fb46db6 # This is a push-only token that is safe to be exposed.
3333
steps:
3434
- name: "Checkout code"
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v3
3636

3737
- name: "Run FOSSA Scan"
3838
uses: fossas/[email protected] # Use a specific version if locking is preferred

0 commit comments

Comments
 (0)