Skip to content

Commit

Permalink
Bump actions/checkout from 3.5.3 to 3.6.0 (#419)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 25, 2023
1 parent 4bee91e commit 16ef499
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- {"name": "ha_aarch64", "args": "GOARCH=arm64"}
steps:
- name: Checkout the repository
uses: actions/checkout@v3.5.3
uses: actions/checkout@v3.6.0

- name: Setup go ${{ env.GOLANG_VERSION }}
uses: actions/setup-go@v4.1.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.5.3
- uses: actions/checkout@v3.6.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3.7.0
with:
Expand Down

0 comments on commit 16ef499

Please sign in to comment.