Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3 to 4 #1032

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/chain_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- targetos: darwin
arch: arm64
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chain_changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
echo "NEW_VERSION=$new_version" >> $GITHUB_ENV
echo "BRANCH_NAME=$branch_name" >> $GITHUB_ENV

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

- name: Update changelogs
run: ./chain/scripts/changelog.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chain_codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chain_docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Update Swagger docs
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: earthly/actions/setup-earthly@v1
with:
version: v0.6.22
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chain_empowerjs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Update and publish empowerjs
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: earthly/actions/setup-earthly@v1
with:
version: v0.6.22
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chain_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Lint
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chain_pre_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chain_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: Release
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chain_simulation_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test-sim-nondeterminism,
]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/chain_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test EmpowerChain
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand All @@ -35,7 +35,7 @@ jobs:
name: Smoke tests EmpowerChain
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand All @@ -48,7 +48,7 @@ jobs:
name: Simulation non-determinism tests EmpowerChain
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand All @@ -61,7 +61,7 @@ jobs:
name: Run interchaintest IBC conformace test suite
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cosmwasm_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Test CosmWasm Contracts
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/devnet_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build and push devnet to ghcr.io
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Deploy EmpowerChain docs
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: amondnet/vercel-action@v25
with:
vercel-token: ${{ secrets.VERCEL_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Update EmpowerChain swagger docs
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: earthly/actions-setup@v1
with:
version: 0.6.30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-airdrop-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build Airdrop Checker Frontend
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: earthly/actions-setup@v1
with:
version: 0.6.30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-airdrop-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Deploy Airdrop Frontend
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: npm ci && npm run build
working-directory: ./frontend/empower-airdrop-checker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-marketplace-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build Marketplace Frontend
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20.10.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-marketplace-deploy-mainnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: Deploy Marketplace Frontend - mainnet
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Load .env file
uses: xom9ikk/dotenv@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-marketplace-deploy-testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Deploy Marketplace Frontend - testnet
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Load .env file
uses: xom9ikk/dotenv@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-poe-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Build Proof of Existence Frontend
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: earthly/actions-setup@v1
with:
version: 0.6.30
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend-poe-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Deploy Proof of Existence Frontend
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- run: npm ci && npm run build
working-directory: ./frontend/proof-of-existence/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mainnet-gentx-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Check empowerchain-1 gentxs
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- uses: earthly/actions-setup@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/md-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
markdown-link-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: earthly/actions-setup@v1
with:
version: 0.6.30
Expand Down
Loading