Skip to content

Commit 5cff424

Browse files
Merge pull request #47 from salesforce/dependabot/github_actions/actions/checkout-4.0.0
Bump actions/checkout from 3.5.3 to 4.0.0
2 parents 9b45265 + 9f8183c commit 5cff424

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: checkout
19-
uses: actions/checkout@v3.5.3
19+
uses: actions/checkout@v4.0.0
2020
with:
2121
fetch-depth: 0
2222
- name: Set up Go

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v3.5.3
42+
uses: actions/checkout@v4.0.0
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/golangci-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
name: lint
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3.5.3
12+
- uses: actions/checkout@v4.0.0
1313
- uses: actions/setup-go@v4
1414
with:
1515
go-version-file: 'go.mod'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3.5.3
17+
uses: actions/checkout@v4.0.0
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Go

0 commit comments

Comments
 (0)