Skip to content

Commit b987329

Browse files
Update github-actions to v6
1 parent 9007029 commit b987329

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/debian-10.yml

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

1818
- name: Set up Docker Buildx
1919
uses: docker/setup-buildx-action@v3
@@ -26,7 +26,7 @@ jobs:
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@v6
3030
with:
3131
push: true
3232
context: .

0 commit comments

Comments
 (0)