Skip to content

Commit

Permalink
Merge pull request #12 from boinkor-net/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-822744b99e

Bump the github-actions group across 1 directory with 3 updates
  • Loading branch information
antifuchs authored Jun 9, 2024
2 parents 977ad92 + b6be787 commit 02c7aed
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_baseline_go_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
outputs:
result: ${{steps.build.outcome}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{inputs.go_version}}
go-version-file: ${{inputs.module_base}}/go.mod
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci_baseline_go_lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ jobs:
outputs:
result: ${{steps.lint.outcome}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{inputs.go_version}}
go-version-file: ${{inputs.module_base}}/go.mod
- name: golangci-lint
id: lint
uses: golangci/golangci-lint-action@v4
uses: golangci/golangci-lint-action@v6
with:
version: "v1.56.2"
working-directory: ${{inputs.module_base}}
4 changes: 2 additions & 2 deletions .github/workflows/ci_baseline_go_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
outputs:
result: ${{steps.test.outcome}}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: ${{inputs.go_version}}
go-version-file: ${{inputs.module_base}}/go.mod
Expand Down

0 comments on commit 02c7aed

Please sign in to comment.