Skip to content

Commit 4110490

Browse files
Update github-actions
1 parent 9007029 commit 4110490

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/debian-10.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v7
1717

1818
- name: Set up Docker Buildx
19-
uses: docker/setup-buildx-action@v3
19+
uses: docker/setup-buildx-action@v4
2020

2121
- name: Login to the GitHub Container Registry
22-
uses: docker/login-action@v3
22+
uses: docker/login-action@v4
2323
with:
2424
registry: ghcr.io
2525
username: ${{ secrets.GHCR_USER }}
2626
password: ${{ secrets.GHCR_TOKEN }}
2727

2828
- name: Build and push image
29-
uses: docker/build-push-action@v5
29+
uses: docker/build-push-action@v7
3030
with:
3131
push: true
3232
context: .

0 commit comments

Comments
 (0)