Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 26, 2024
1 parent 3a31732 commit efa4b7e
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_logic_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
LEDGER_TYPE: MainNet

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: mainnet

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_logic_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
LEDGER_TYPE: TestNet

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: testnet

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_rewards_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
LEDGER_TYPE: MainNet

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: mainnet

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core_logic_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CITY_PACK_ALGO_PRICE: ${{ secrets.CITY_PACK_ALGO_PRICE}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: mainnet

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/core_logic_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CITY_PACK_ALGO_PRICE: ${{ secrets.CITY_PACK_ALGO_PRICE}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: testnet

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/depost_swap_fees_to_pool_mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
LEDGER_TYPE: ${{ secrets.LEDGER_TYPE }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: mainnet

Expand Down

0 comments on commit efa4b7e

Please sign in to comment.