Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 2c4c460

Browse files
authored
Merge pull request #965 from WebDevStudios/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 0b82c98 + 51c5e8a commit 2c4c460

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/assertions.yml

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

1313
steps:
1414
- name: Checkout repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
token: ${{ github.token }}
1818

.github/workflows/chromatic.yml

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

1313
steps:
1414
- name: Checkout Repository
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
token: ${{ github.token }}
1818
fetch-depth: 0

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717
with:
1818
token: ${{ github.token }}
1919

@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout repository
59-
uses: actions/checkout@v2
59+
uses: actions/checkout@v3
6060
with:
6161
token: ${{ github.token }}
6262

.github/workflows/security.yml

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

2323
steps:
2424
- name: Checkout repository
25-
uses: actions/checkout@v2
25+
uses: actions/checkout@v3
2626

2727
- name: Initialize CodeQL
2828
uses: github/codeql-action/init@v1

0 commit comments

Comments
 (0)