Skip to content

Commit

Permalink
Merge pull request #573 from mxpv/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
mxpv authored Mar 26, 2024
2 parents 03ee9f8 + 49b707c commit 8174216
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.18
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: make build
- uses: actions/upload-artifact@v3
with:
Expand All @@ -37,7 +37,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.18
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- env:
VIMEO_TEST_API_KEY: ${{ secrets.VIMEO_ACCESS_TOKEN }}
YOUTUBE_TEST_API_KEY: ${{ secrets.YOUTUBE_API_KEY }}
Expand All @@ -50,7 +50,7 @@ jobs:

steps:
- uses: actions/setup-go@v4
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
with:
version: v1.50.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: 📦 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🧪 Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

steps:
- name: 📦 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 8174216

Please sign in to comment.