Skip to content

Commit 5812f63

Browse files
chore(deps-dev): update actions/checkout digest to 83b7061
1 parent 9d9e96b commit 5812f63

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v3
15+
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
1616
- name: Setup Go
1717
uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v3.5.0
1818
with:

.github/workflows/pr-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v3
10+
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
1111
with:
1212
fetch-depth: 0
1313

.github/workflows/rebase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout the latest code
15-
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v3
15+
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
1616
with:
1717
fetch-depth: 0
1818
- name: Automatic Rebase

.github/workflows/release-chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v3
13+
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
1414
with:
1515
fetch-depth: 0
1616

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b #v3
18+
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247 # v3
1919
with:
2020
fetch-depth: 0
2121
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 #v3.5.0

0 commit comments

Comments
 (0)