2222 uses : actions/checkout@v4
2323
2424 - name : Generate python
25- uses : actions/setup-python@v4
25+ uses : actions/setup-python@v5
2626 with :
2727 cache : " pip"
2828 - run : pip3 install -r requirements.txt
3131 run : ./generate-dockerfiles.sh
3232
3333 - name : Upload a Build Artifact
34- uses : actions/upload-artifact@v3.1.3
34+ uses : actions/upload-artifact@v4.5.0
3535 with :
3636 # Artifact name
3737 name : Dockerfiles
5858 uses : actions/checkout@v4
5959
6060 - name : Setup python
61- uses : actions/setup-python@v4
61+ uses : actions/setup-python@v5
6262 with :
6363 cache : " pip"
6464 - run : pip3 install -r requirements.txt
9292 run : rm -rf dockerfiles
9393
9494 - name : Download a Build Artifact
95- uses : actions/download-artifact@v3.0.2
95+ uses : actions/download-artifact@v4.1.8
9696 with :
9797 # Artifact name
9898 name : Dockerfiles
@@ -103,22 +103,22 @@ jobs:
103103 uses : docker/setup-qemu-action@v3
104104
105105 - name : Set up Docker Buildx
106- uses : docker/setup-buildx-action@v3.0 .0
106+ uses : docker/setup-buildx-action@v3.8 .0
107107
108108 - name : Login to DockerHub
109- uses : docker/login-action@v3.0 .0
109+ uses : docker/login-action@v3.3 .0
110110 with :
111111 username : ${{ secrets.DOCKER_HUB_USERNAME }}
112112 password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
113113
114114 - name : Login to GitHub Container Registry
115- uses : docker/login-action@v3.0 .0
115+ uses : docker/login-action@v3.3 .0
116116 with :
117117 registry : ghcr.io
118118 username : ${{ github.actor }}
119119 password : ${{ secrets.GITHUB_TOKEN }}
120120 - name : Build and push
121- uses : docker/build-push-action@v5.0 .0
121+ uses : docker/build-push-action@v6.10 .0
122122 with :
123123 context : .
124124 file : dockerfiles/Dockerfile.${{ matrix.shortname }}
@@ -135,7 +135,7 @@ jobs:
135135 runs-on : ubuntu-latest
136136 steps :
137137 - name : Delete Package Versions
138- uses : actions/delete-package-versions@v4
138+ uses : actions/delete-package-versions@v5
139139 with :
140140 package-name : gameserver
141141 package-type : container
@@ -148,7 +148,7 @@ jobs:
148148 runs-on : ubuntu-latest
149149 steps :
150150 - name : Delete Package Versions
151- uses : actions/delete-package-versions@v4
151+ uses : actions/delete-package-versions@v5
152152 with :
153153 package-name : gameserver
154154 package-type : container
@@ -161,7 +161,7 @@ jobs:
161161 runs-on : ubuntu-latest
162162 steps :
163163 - name : Delete Package Versions
164- uses : actions/delete-package-versions@v4
164+ uses : actions/delete-package-versions@v5
165165 with :
166166 package-name : gameserver
167167 package-type : container
0 commit comments