1 parent 9007029 commit 4110490Copy full SHA for 4110490
1 file changed
.github/workflows/debian-10.yml
@@ -13,20 +13,20 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v4
+ uses: actions/checkout@v7
17
18
- name: Set up Docker Buildx
19
- uses: docker/setup-buildx-action@v3
+ uses: docker/setup-buildx-action@v4
20
21
- name: Login to the GitHub Container Registry
22
- uses: docker/login-action@v3
+ uses: docker/login-action@v4
23
with:
24
registry: ghcr.io
25
username: ${{ secrets.GHCR_USER }}
26
password: ${{ secrets.GHCR_TOKEN }}
27
28
- name: Build and push image
29
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v7
30
31
push: true
32
context: .
0 commit comments