File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020 with :
2121 # We must fetch at least the immediate parents so that if this is
2222 # a pull request then we can checkout the head.
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Fetch Repository
8- uses : actions/checkout@v2
8+ uses : actions/checkout@v3
99 - name : Run Golint
1010 uses : reviewdog/action-golangci-lint@v2
1111 with :
Original file line number Diff line number Diff line change 55 runs-on : ubuntu-latest
66 steps :
77 - name : Fetch Repository
8- uses : actions/checkout@v2
8+ uses : actions/checkout@v3
99 - name : Install Go
1010 uses : actions/setup-go@v3
1111 with :
Original file line number Diff line number Diff line change 3939 restore-keys : |
4040 ${{ runner.os }}-go-${{ matrix.go-version }}-
4141 - name : Fetch Repository
42- uses : actions/checkout@v2
42+ uses : actions/checkout@v3
4343 - name : Test PASETO Middleware
4444 run : cd ./paseto && go test ./... -v -race
4545 - name : Test Fiberzap Middleware
You can’t perform that action at this time.
0 commit comments