chore(deps): bump actions/checkout from 2.4.0 to 3 (#139)

This commit is contained in:
dependabot[bot] 2022-04-05 21:41:44 +03:00 committed by GitHub
parent e5e54062c4
commit a2f11724ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
- name: Lint
uses: golangci/golangci-lint-action@v2

View File

@ -17,7 +17,7 @@ jobs:
go-version: 1.17
- name: Check out code into the Go module directory
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
- name: Set Owner
run: echo "VULNLIST_REPOSITORY_OWNER=$(echo ${GITHUB_REPOSITORY} | awk -F / '{print $1}' | sed -e 's/:refs//')" >> $GITHUB_ENV