Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 23, 2024
1 parent aa11055 commit 409d0c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-sign-commit-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
id-token: write
security-events: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Login at GCP Artifact Registry
# v1.14.2 is main at Oct 26, 2023
uses: celo-org/reusable-workflows/.github/actions/[email protected]
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
id-token: write
security-events: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Login at GCP Artifact Registry
uses: celo-org/reusable-workflows/.github/actions/[email protected]
with:
Expand All @@ -69,7 +69,7 @@ jobs:
id-token: write
security-events: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Login at GCP Artifact Registry
uses: celo-org/reusable-workflows/.github/actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mycelo-docker-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: [self-hosted, blockchain, 8-cpu]
steps:
- name: Checkout celo-blockchain repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
- name: Set up Docker Buildx
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout celo-blockchain
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.CELO_BLOCKCHAIN_PATH }}

- name: Checkout go-ethereum
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: ${{ env.GO_ETHEREUM_PATH }}
repository: ethereum/go-ethereum
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout celo-blockchain
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build pages directory
run: |
Expand Down

0 comments on commit 409d0c0

Please sign in to comment.