Skip to content

Commit 77e6b31

Browse files
committed
Update to checkout v3
1 parent b363e6c commit 77e6b31

7 files changed

+14
-14
lines changed

.github/workflows/0-start.yml

Lines changed: 2 additions & 2 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/checkout@v2
27+
uses: actions/checkout@v3
2828
- id: get_step
2929
run: echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
3030
outputs:
@@ -51,7 +51,7 @@ jobs:
5151
# We'll need to check out the repository so that we can edit the README
5252
# We'll need to check out the repository so that we can edit the README
5353
- name: Checkout
54-
uses: actions/checkout@v2
54+
uses: actions/checkout@v3
5555
with:
5656
fetch-depth: 0 # Let's get all the branches
5757

.github/workflows/1-initialize-javascript-project.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v2
28+
uses: actions/checkout@v3
2929
- id: get_step
3030
run: echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
3131
outputs:
@@ -49,7 +49,7 @@ jobs:
4949

5050
steps:
5151
- name: Checkout
52-
uses: actions/checkout@v2
52+
uses: actions/checkout@v3
5353
with:
5454
fetch-depth: 0 # Let's get all the branches
5555

.github/workflows/2-configure-your-action.yml

Lines changed: 2 additions & 2 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/checkout@v2
27+
uses: actions/checkout@v3
2828
- id: get_step
2929
run: echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
3030
outputs:
@@ -49,7 +49,7 @@ jobs:
4949
steps:
5050
# We'll need to check out the repository so that we can edit the README
5151
- name: Checkout
52-
uses: actions/checkout@v2
52+
uses: actions/checkout@v3
5353
with:
5454
fetch-depth: 0 # Let's get all the branches
5555

.github/workflows/3-create-metadata-file.yml

Lines changed: 2 additions & 2 deletions
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/checkout@v2
29+
uses: actions/checkout@v3
3030
- id: get_step
3131
run: echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
3232
outputs:
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
# We'll need to check out the repository so that we can edit the README
5353
- name: Checkout
54-
uses: actions/checkout@v2
54+
uses: actions/checkout@v3
5555
with:
5656
fetch-depth: 0 # Let's get all the branches
5757

.github/workflows/4-create-javascript-files-for-action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v3
2727
- id: get_step
2828
run: echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
2929
outputs:
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
# We'll need to check out the repository so that we can edit the README
5050
- name: Checkout
51-
uses: actions/checkout@v2
51+
uses: actions/checkout@v3
5252
with:
5353
fetch-depth: 0 # Let's get all the branches
5454

.github/workflows/5-add-action-to-workflow-file.yml

Lines changed: 2 additions & 2 deletions
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/checkout@v2
29+
uses: actions/checkout@v3
3030
- id: get_step
3131
run: echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
3232
outputs:
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
# We'll need to check out the repository so that we can edit the README
5353
- name: Checkout
54-
uses: actions/checkout@v2
54+
uses: actions/checkout@v3
5555
with:
5656
fetch-depth: 0 # Let's get all the branches
5757

.github/workflows/6-trigger-action.yml

Lines changed: 2 additions & 2 deletions
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/checkout@v2
29+
uses: actions/checkout@v3
3030
- id: get_step
3131
run: echo "::set-output name=current_step::$(cat ./.github/script/STEP)"
3232
outputs:
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
# We'll need to check out the repository so that we can edit the README
5353
- name: Checkout
54-
uses: actions/checkout@v2
54+
uses: actions/checkout@v3
5555
with:
5656
fetch-depth: 0 # Let's get all the branches
5757

0 commit comments

Comments
 (0)