Skip to content

Commit

Permalink
test linter
Browse files Browse the repository at this point in the history
  • Loading branch information
igorlombacx committed Sep 20, 2023
1 parent 15e80e0 commit 8d8ce82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
GOPRIVATE: "github.com/checkmarxDev/*"
steps:
- name: Checkout the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4
- name: Set up Go version
uses: actions/setup-go@v2
with:
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
GOPRIVATE: "github.com/checkmarxDev/*"
steps:
- name: Checkout the repository
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4
- name: Setup git
run: git config --global url."https://${{ secrets.PERSONAL_ACCESS_TOKEN }}:@github.com/".insteadOf "https://github.com"
- name: Set up Go version
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
env:
GOPRIVATE: "github.com/checkmarxDev/*"
steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v4
- name: Set up Go version
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 8d8ce82

Please sign in to comment.