Skip to content

Commit

Permalink
Revert "Update checkout"
Browse files Browse the repository at this point in the history
This reverts commit eafaaca.
  • Loading branch information
0ptim committed Feb 6, 2023
1 parent eafaaca commit 1e4ff12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
Expand All @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v2
with:
fetch-depth: 0

Expand Down

0 comments on commit 1e4ff12

Please sign in to comment.