Skip to content

Commit a4efe2c

Browse files
authored
Merge pull request #364 from Shopify/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2.4.0 to 3
2 parents febfda9 + 8b4c61d commit a4efe2c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/github-pages.yml

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

1212
steps:
13-
- uses: actions/checkout@v2.4.0
13+
- uses: actions/checkout@v3
1414

1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v3.0.0

.github/workflows/node.yml

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

99
steps:
10-
- uses: actions/checkout@v2.4.0
10+
- uses: actions/checkout@v3
1111

1212
- name: Setup Node.js environment
1313
uses: actions/setup-node@v3.0.0

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99

1010
steps:
11-
- uses: actions/checkout@v2.4.0
11+
- uses: actions/checkout@v3
1212
- name: Set up Ruby
1313
uses: ruby/setup-ruby@v1
1414
with:

0 commit comments

Comments
 (0)