Skip to content

Commit

Permalink
Merge pull request #4 from mythrnr/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
mythrnr authored Oct 16, 2023
2 parents 86d5a79 + f9b5f51 commit 7f06de5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: "ubuntu-latest"
timeout-minutes: 5
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- uses: "golangci/golangci-lint-action@v3"
with:
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: "ubuntu-latest"
timeout-minutes: 5
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- uses: "actions/setup-go@v4"
with:
Expand All @@ -44,7 +44,7 @@ jobs:
runs-on: "ubuntu-latest"
timeout-minutes: 5
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- name: "Run spell check"
run: "make spell-check"
Expand All @@ -61,7 +61,7 @@ jobs:
- "1.19"
- "1.20"
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- uses: "actions/setup-go@v4"
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scan-vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: "ubuntu-latest"
timeout-minutes: 5
steps:
- uses: "actions/checkout@v3"
- uses: "actions/checkout@v4"

- uses: "actions/setup-go@v4"
with:
Expand Down

0 comments on commit 7f06de5

Please sign in to comment.