Skip to content

Commit

Permalink
chore: fix CI warnings with actions/checkout@v2 (anoma#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
emccorson committed Nov 20, 2023
1 parent 6a37c86 commit c1292e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy-wallet-at-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install yarn dependencies
uses: ./.github/actions/yarn-cache
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Restore Rust cache
uses: ./.github/actions/rust-cache
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install yarn dependencies
uses: ./.github/actions/yarn-cache
Expand Down Expand Up @@ -254,7 +254,7 @@ jobs:
run:
working-directory: ./apps/namada-interface
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Install yarn dependencies
uses: ./.github/actions/yarn-cache
Expand Down

0 comments on commit c1292e3

Please sign in to comment.