Skip to content

Commit

Permalink
test: update github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
easimon committed Nov 27, 2023
1 parent 6682ea5 commit 40703f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
echo "FREE_GIG_BEFORE=$(df --output=avail --sync -BG "${{ github.workspace }}" | tail -1 | sed 's/[^0-9]*//g')" >> $GITHUB_ENV
- name: Check out Maximize Build Space action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ./.github/actions/maximize-test

Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
path: ${{ env.REPORT_DIR }}/${{ env.REPORT_FILE }}

- name: Checkout report branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: test-report

Expand Down

0 comments on commit 40703f3

Please sign in to comment.