Skip to content

Commit 6618205

Browse files
Bump actions/checkout from 6.0.0 to 6.0.1 (#1087)
1 parent c6e7d43 commit 6618205

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/changelog.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/[email protected].0'
15+
uses: 'actions/[email protected].1'
1616
with:
1717
ref: 'main'
1818
- name: 'Generate changelog'

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: 'ubuntu-latest'
2727
steps:
2828
- name: 'Checkout'
29-
uses: 'actions/[email protected].0'
29+
uses: 'actions/[email protected].1'
3030
with:
3131
persist-credentials: false
3232
fetch-depth: 0

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: 'ubuntu-latest'
2525
steps:
2626
- name: 'Checkout'
27-
uses: 'actions/[email protected].0'
27+
uses: 'actions/[email protected].1'
2828
- name: 'Setup Node.js'
2929
uses: 'actions/[email protected]'
3030
with:
@@ -44,7 +44,7 @@ jobs:
4444
runs-on: 'ubuntu-latest'
4545
steps:
4646
- name: 'Checkout'
47-
uses: 'actions/[email protected].0'
47+
uses: 'actions/[email protected].1'
4848
- name: 'Setup Node.js'
4949
uses: 'actions/[email protected]'
5050
with:
@@ -60,7 +60,7 @@ jobs:
6060
runs-on: 'ubuntu-latest'
6161
steps:
6262
- name: 'Checkout'
63-
uses: 'actions/[email protected].0'
63+
uses: 'actions/[email protected].1'
6464
- name: 'Setup Node.js'
6565
uses: 'actions/[email protected]'
6666
with:
@@ -82,7 +82,7 @@ jobs:
8282
runs-on: 'ubuntu-latest'
8383
steps:
8484
- name: 'Checkout'
85-
uses: 'actions/[email protected].0'
85+
uses: 'actions/[email protected].1'
8686
- name: 'Setup Node.js'
8787
uses: 'actions/[email protected]'
8888
with:

0 commit comments

Comments
 (0)