Skip to content

Commit 8240a5c

Browse files
chore: update GitHub actions checkout (#220)
* Update docker.yml * Update rust.yml --------- Co-authored-by: Damian Nolan <damiannolan@gmail.com>
1 parent f199d8c commit 8240a5c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout source
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v5
2222

2323
- name: Set up QEMU
2424
uses: docker/setup-qemu-action@v3
@@ -42,4 +42,4 @@ jobs:
4242
file: ./hyperlane/Dockerfile
4343
push: true
4444
platforms: linux/amd64,linux/arm64
45-
tags: ghcr.io/${{ github.repository_owner }}/hyperlane-init:latest
45+
tags: ghcr.io/${{ github.repository_owner }}/hyperlane-init:latest

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515

1616
steps:
17-
- uses: actions/checkout@v4
17+
- uses: actions/checkout@v5
1818
with:
1919
token: ${{ secrets.GITHUB_TOKEN }}
2020

0 commit comments

Comments
 (0)