Skip to content

Commit d32fff7

Browse files
chore(deps): update actions/checkout action to v3.6.0
1 parent b0e4d07 commit d32fff7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/chromatic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
if: ${{ github.actor != 'dependabot[bot]' || github.actor != 'renovate[bot]' || github.actor != 'renovate-bot'}}
88
steps:
9-
- uses: actions/checkout@v3.5.3
9+
- uses: actions/checkout@v3.6.0
1010
with:
1111
fetch-depth: 0
1212

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v3.5.3
14+
uses: actions/checkout@v3.6.0
1515

1616
- name: Setup Node
1717
uses: actions/setup-node@v3

.github/workflows/coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Repository
14-
uses: actions/checkout@v3.5.3
14+
uses: actions/checkout@v3.6.0
1515

1616
- name: Setup Node
1717
uses: actions/setup-node@v3

.github/workflows/cypress.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
steps:
88
- name: Checkout Repository
9-
uses: actions/checkout@v3.5.3
9+
uses: actions/checkout@v3.6.0
1010

1111
- name: Setup Node
1212
uses: actions/setup-node@v3

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Repository
18-
uses: actions/checkout@v3.5.3
18+
uses: actions/checkout@v3.6.0
1919

2020
- name: Setup Node
2121
uses: actions/setup-node@v3

0 commit comments

Comments
 (0)