We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f199d8c commit 8240a5cCopy full SHA for 8240a5c
.github/workflows/docker.yml
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout source
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
22
23
- name: Set up QEMU
24
uses: docker/setup-qemu-action@v3
@@ -42,4 +42,4 @@ jobs:
42
file: ./hyperlane/Dockerfile
43
push: true
44
platforms: linux/amd64,linux/arm64
45
- tags: ghcr.io/${{ github.repository_owner }}/hyperlane-init:latest
+ tags: ghcr.io/${{ github.repository_owner }}/hyperlane-init:latest
.github/workflows/rust.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
16
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments