Skip to content
This repository has been archived by the owner on May 19, 2023. It is now read-only.

Commit

Permalink
Merge pull request #81 from gofiber/c1bddependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-3.1.0

Bump actions/checkout from 2.3.1 to 3.1.0
  • Loading branch information
ReneWerner87 authored Oct 10, 2022
2 parents d69a5e1 + 53dda2c commit a29df75
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gotidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v2.3.1
uses: actions/checkout@v3.1.0
-
name: Set up Go
uses: actions/setup-go@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: Run Golint
uses: reviewdog/action-golangci-lint@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Fetch Repository
uses: actions/checkout@v2
uses: actions/checkout@v3.1.0
- name: Run Gosec
uses: securego/gosec@master
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ jobs:
with:
go-version: ${{ matrix.go-version }}
- name: Fetch Repository
uses: actions/checkout@v3
uses: actions/checkout@v3.1.0
- name: Run Test
run: go test -race

0 comments on commit a29df75

Please # to comment.