Skip to content

Commit

Permalink
Merge pull request #60 from jedipunkz/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4.0.0

Bump actions/checkout from 3.5.3 to 4.0.0
  • Loading branch information
jedipunkz authored Nov 10, 2024
2 parents 79d65bf + 5947c47 commit 7056dfe
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 @@ -13,7 +13,7 @@ jobs:
id: go

- name: Check Out
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Cache
uses: actions/[email protected]
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Build
run: go build ./...
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Test
run: go test ./... -v
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/checkout@v3.5.3
uses: actions/checkout@v4.0.0

- name: Golangci-Lint
uses: golangci/golangci-lint-action@v3
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 @@ -38,7 +38,7 @@ jobs:

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

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

0 comments on commit 7056dfe

Please sign in to comment.