Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-3'
  • Loading branch information
upsetbit committed Mar 24, 2022
2 parents 39cecde + 29b4b92 commit 33b36ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-many.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-many.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
needs: wait-build
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test-many.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
needs: wait-build
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Prepare and run tests
uses: ./.github/actions/run-test
Expand All @@ -46,7 +46,7 @@ jobs:
needs: on-linux
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Prepare and run tests
uses: ./.github/actions/run-test
Expand All @@ -61,7 +61,7 @@ jobs:
needs: on-macos
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Prepare and run tests
uses: ./.github/actions/run-test
Expand All @@ -76,7 +76,7 @@ jobs:
needs: on-windows
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

Expand Down

0 comments on commit 33b36ef

Please sign in to comment.