Skip to content

Commit

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

Bump actions/checkout from 3.5.2 to 3.5.3
  • Loading branch information
jedipunkz authored Jun 18, 2023
2 parents cc64d3d + a458640 commit ee45f36
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/[email protected].2
uses: actions/[email protected].3

- name: Cache
uses: actions/[email protected]
Expand All @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Build
run: go build ./...
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Test
run: go test ./... -v
Expand All @@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check Out
uses: actions/[email protected].2
uses: actions/[email protected].3

- 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/[email protected].2
uses: actions/[email protected].3

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

0 comments on commit ee45f36

Please sign in to comment.