Skip to content

Commit 7ee5e1f

Browse files
authored
Merge pull request #42 from netbootxyz/renovate/manjaro-21-major-github-actions
Update github-actions (manjaro-21) (major)
2 parents 263bf7f + 8780e8d commit 7ee5e1f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/manjaro-21.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@v2
16+
uses: actions/checkout@v3
1717

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

2121
- name: Login to the GitHub Container Registry
22-
uses: docker/login-action@v1
22+
uses: docker/login-action@v2
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@v2
29+
uses: docker/build-push-action@v3
3030
with:
3131
push: true
3232
context: .

0 commit comments

Comments
 (0)