Skip to content

Commit 65cc6a7

Browse files
committed
Upgrade actions versions to avoid deprecations
1 parent 028dae5 commit 65cc6a7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/delivery.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ jobs:
3535
steps:
3636
-
3737
name: 💳 Docker Hub Identification
38-
uses: docker/login-action@v1
38+
uses: docker/login-action@v2
3939
with:
4040
username: ${{secrets.DOCKERHUB_USERNAME}}
4141
password: ${{secrets.DOCKERHUB_TOKEN}}
4242
-
4343
name: 📚 Repository Checkout
44-
uses: actions/checkout@v2
44+
uses: actions/checkout@v3
4545
-
4646
name: 🐍 Python Wrangling
47-
uses: actions/setup-python@v2
47+
uses: actions/setup-python@v4
4848
with:
4949
python-version: '3.10'
5050
-
@@ -56,13 +56,13 @@ jobs:
5656
done
5757
-
5858
name: 🎰 QEMU Multiple Machine Emulation
59-
uses: docker/setup-qemu-action@v1
59+
uses: docker/setup-qemu-action@v2
6060
-
6161
name: 🚢 Docker Buildx
62-
uses: docker/setup-buildx-action@v1
62+
uses: docker/setup-buildx-action@v2
6363
-
6464
name: 🧱 Image Construction and Publication — user ID 500
65-
uses: docker/build-push-action@v2
65+
uses: docker/build-push-action@v3
6666
with:
6767
build-args: user_id=500
6868
context: .
@@ -74,7 +74,7 @@ jobs:
7474
${{secrets.DOCKERHUB_USERNAME}}/edrn-portal:latest-uid500
7575
-
7676
name: 🧱 Image Construction and Publication — user ID 26013
77-
uses: docker/build-push-action@v2
77+
uses: docker/build-push-action@v3
7878
with:
7979
build-args: user_id=26013
8080
context: .

0 commit comments

Comments
 (0)