Skip to content

Commit 46e685b

Browse files
committed
Update to checkout v3
1 parent 415abc2 commit 46e685b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/0-start.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
# We'll need to check out the repository so that we can edit the README
3838
- name: Checkout
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040
with:
4141
fetch-depth: 0 # Let's get all the branches
4242

.github/workflows/1-resolve-a-merge-conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
# We'll need to check out the repository so that we can edit the README
3737
- name: Checkout
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v3
3939
with:
4040
fetch-depth: 0 # Let's get all the branches
4141
ref: my-resume

.github/workflows/2-create-your-own-conflict.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
# We'll need to check out the repository so that we can edit the README
3838
- name: Checkout
39-
uses: actions/checkout@v2
39+
uses: actions/checkout@v3
4040
with:
4141
fetch-depth: 0 # Let's get all the branches
4242
ref: my-resume

.github/workflows/3-merge-your-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
steps:
3535
# We'll need to check out the repository so that we can edit the README
3636
- name: Checkout
37-
uses: actions/checkout@v2
37+
uses: actions/checkout@v3
3838
with:
3939
fetch-depth: 0 # Let's get all the branches
4040

0 commit comments

Comments
 (0)