Merge pull request #286 from mxpv/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2.4.0 to 3
This commit is contained in:
Maksym Pavlenko
2022-03-02 21:27:36 -08:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -21,7 +21,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- run: make build
- uses: actions/[email protected]
with:
@@ -37,7 +37,7 @@ jobs:
- uses: actions/[email protected]
with:
go-version: 1.15
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- env:
VIMEO_TEST_API_KEY: ${{ secrets.VIMEO_ACCESS_TOKEN }}
YOUTUBE_TEST_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
@@ -50,7 +50,7 @@ jobs:
steps:
- uses: actions/[email protected]
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
- uses: golangci/golangci-lint-action@v3
with:
version: v1.43.0
+1 -1
View File
@@ -12,7 +12,7 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
fetch-depth: 0