Skip to content

Commit 7b510aa

Browse files
Update github-actions to v6
1 parent c7b002b commit 7b510aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/archiso.yml

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

1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@v3
@@ -27,7 +27,7 @@ jobs:
2727
password: ${{ secrets.GHCR_TOKEN }}
2828

2929
- name: Build and push image
30-
uses: docker/build-push-action@v5
30+
uses: docker/build-push-action@v6
3131
with:
3232
push: true
3333
context: .

0 commit comments

Comments
 (0)