Skip to content

Commit

Permalink
Merge pull request #172 from ktock/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…checkout-4

Chore(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
ktock authored Sep 8, 2023
2 parents e714c72 + f5ba93b commit 23d685f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
env:
OUTPUT_DIR: ${{ github.workspace }}/builds
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build
run: |
PREFIX=${OUTPUT_DIR} make artifacts
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Docker meta
id: meta
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.19.x'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build all
run: |
make
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: '1.19.x'
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build and install
run: |
DOCKER_BUILDKIT=1 docker build --output type=tar,dest=${GITHUB_WORKSPACE}/buildg-full.tar --target out-full --platform amd64 .
Expand All @@ -52,7 +52,7 @@ jobs:
runs-on: ubuntu-22.04
name: Linter
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.19.x
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 100
- name: "Check DCO sign"
Expand Down

0 comments on commit 23d685f

Please sign in to comment.