Skip to content

Commit 6098907

Browse files
Update github-actions
1 parent c2b66aa commit 6098907

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/archiso.yml

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

1919
- name: Set up Docker Buildx
20-
uses: docker/setup-buildx-action@v2
20+
uses: docker/setup-buildx-action@v3
2121

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

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

0 commit comments

Comments
 (0)