Skip to content

Commit

Permalink
bump github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
paskal committed Mar 20, 2024
1 parent 69175ab commit a909c4f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
sudo systemctl disable mono-xsp4.service || true
- name: set up go 1.21
uses: actions/setup-go@v3
uses: actions/setup-go@v5
with:
go-version: "1.21"
id: go
Expand All @@ -28,7 +28,7 @@ jobs:
mongoDBVersion: "6.0"

- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: build the example
working-directory: _example
Expand All @@ -46,12 +46,12 @@ jobs:
ENABLE_MONGO_TESTS: "true"

- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest

- name: golangci-lint on example directory
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v4
with:
version: latest
args: --config ../.golangci.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down

0 comments on commit a909c4f

Please sign in to comment.