Skip to content

Commit 92f8dad

Browse files
committed
ci: updates deprecated gha helpers
Refs penumbra-zone/penumbra#3769
1 parent 474ada0 commit 92f8dad

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/container.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,29 +29,29 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333

3434
- name: Log in to the Docker Hub container registry (for pulls)
35-
uses: docker/login-action@v2
35+
uses: docker/login-action@v3
3636
with:
3737
username: ${{ secrets.DOCKERHUB_USERNAME }}
3838
password: ${{ secrets.DOCKERHUB_TOKEN }}
3939

4040
- name: Log in to the GitHub container registry (for pushes)
41-
uses: docker/login-action@v2
41+
uses: docker/login-action@v3
4242
with:
4343
registry: ghcr.io
4444
username: ${{ github.actor }}
4545
password: ${{ secrets.GITHUB_TOKEN }}
4646

4747
- name: Extract metadata (tags, labels) for Docker
4848
id: meta
49-
uses: docker/metadata-action@v4
49+
uses: docker/metadata-action@v5
5050
with:
5151
images: ghcr.io/penumbra-zone/galileo
5252

5353
- name: Build and push Docker image
54-
uses: docker/build-push-action@v3
54+
uses: docker/build-push-action@v5
5555
with:
5656
context: .
5757
platforms: linux/amd64

.github/workflows/rust.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
runs-on: buildjet-8vcpu-ubuntu-2004
117117
steps:
118118
- name: Checkout galileo
119-
uses: actions/checkout@v3
119+
uses: actions/checkout@v4
120120

121121
# N.B. `cargo fmt` does not require relpath dependencies to be present,
122122
# so we don't need to clone the penumbra repo here.

0 commit comments

Comments
 (0)