Skip to content

Commit 4b6e13c

Browse files
authored
Merge pull request #67 from netbootxyz/renovate/ubuntu-18.04-major-github-actions
Update github-actions (ubuntu-18.04) (major)
2 parents 7174f58 + 2879ae0 commit 4b6e13c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ubuntu-18.04.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@v3
16+
uses: actions/checkout@v4
1717

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

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

0 commit comments

Comments
 (0)