Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
hotfix(GHA) use checkout@v4 to bypass transient tar errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dduportal committed Sep 4, 2023
1 parent 27976ca commit fd18e0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@v2.38.0
Expand Down

0 comments on commit fd18e0b

Please sign in to comment.