Skip to content

Commit

Permalink
Merge pull request #76 from SAP/dependabot/github_actions/actions/che…
Browse files Browse the repository at this point in the history
…ckout-4

build(deps): bump actions/checkout from 3 to 4
  • Loading branch information
ntnn committed Sep 8, 2023
2 parents 170690e + c63ea55 commit 3c28ff2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v4.0.1
with:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
packages: reuse

# Generate
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: PATH="$(go env GOPATH)/bin:$PATH" make generate
- run: |
if [ "$(git status --porcelain | wc -l)" -ne 0 ]; then
Expand All @@ -65,12 +65,12 @@ jobs:
unit-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: |
make test
license:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: fsfe/reuse-action@v1.1

0 comments on commit 3c28ff2

Please sign in to comment.