Skip to content

Commit 3f32cac

Browse files
Merge pull request #33 from salesforce/dependabot/github_actions/actions/checkout-3.3.0
Bump actions/checkout from 3.1.0 to 3.3.0
2 parents e9bf432 + 0910e4a commit 3f32cac

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.1.0
19+
uses: actions/checkout@v3.3.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.1.0
42+
uses: actions/checkout@v3.3.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.1.0
12+
- uses: actions/checkout@v3.3.0
1313
- uses: actions/setup-go@v3
1414
with:
1515
go-version: '1.17'

.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.1.0
17+
uses: actions/checkout@v3.3.0
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Go

0 commit comments

Comments
 (0)