Skip to content

Commit

Permalink
Update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
ginty committed Aug 2, 2024
1 parent 651edd8 commit 04ea80c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
env
echo "HOME=/root" >> $GITHUB_ENV
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Rust
run: |
Expand Down Expand Up @@ -302,7 +302,7 @@ jobs:

runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install Rust
uses: actions-rust-lang/setup-rust-toolchain@v1
Expand Down Expand Up @@ -556,7 +556,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.inputs.publish_github_release == 'true' }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 04ea80c

Please sign in to comment.