Skip to content

Commit

Permalink
Update to checkout v3
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr committed Feb 14, 2023
1 parent d85d6d8 commit 065d177
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/0-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- id: get_step
run: |
echo "::echo::on"
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # Let's get all the branches

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/1-resolve-duplicate-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- id: get_step
run: |
echo "::echo::on"
Expand All @@ -49,7 +49,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # Let's get all the branches

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/2-find-commit-in-history.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- id: get_step
run: |
echo "::echo::on"
Expand Down Expand Up @@ -53,7 +53,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # Let's get all the branches

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/3-fix-broken-sidebar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
- id: get_step
run: |
echo "::echo::on"
Expand All @@ -48,7 +48,7 @@ jobs:
steps:
# We'll need to check out the repository so that we can edit the README
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0 # Let's get all the branches

Expand Down

0 comments on commit 065d177

Please sign in to comment.