Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump actions/checkout from 2.3.4 to 4.1.4 #65

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v2.3.4
uses: actions/checkout@v4.1.4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
uses: actions/[email protected]

- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.4

- name: Unshallow
run: git fetch --prune --unshallow
Expand All @@ -30,7 +30,7 @@ jobs:
needs: [tag]
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.4

- name: Unshallow
run: git fetch --prune --unshallow
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
id: go

- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.4

- name: golangci-lint
uses: golangci/[email protected]
Expand All @@ -40,7 +40,7 @@ jobs:
id: go

- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.4

- name: Test
run: go test -coverprofile cover.out ./...
Expand All @@ -56,7 +56,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2.3.4
uses: actions/checkout@v4.1.4

- name: Unshallow
run: git fetch --prune --unshallow
Expand Down
Loading