Skip to content

Commit

Permalink
ci: Upgrade checkout action to v3 (#2658)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Mar 30, 2023
1 parent e33c551 commit c04b2ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/license-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
go-version: "1.20"

- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: license-lint
run: |
Expand Down

0 comments on commit c04b2ed

Please sign in to comment.