Skip to content

Commit 27778bf

Browse files
committed
Update agent and action versions
1 parent 734a7f5 commit 27778bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build-and-release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@ on:
1414

1515
jobs:
1616
build:
17-
runs-on: ubuntu-18.04
17+
runs-on: ubuntu-22.04
1818

1919
steps:
20-
- uses: actions/checkout@v2
20+
- uses: actions/checkout@v3
2121

2222
- name: Set up Docker BuildKit
23-
uses: docker/setup-buildx-action@v1
23+
uses: docker/setup-buildx-action@v2
2424

2525
- name: Login to GitHub Container Registry
26-
uses: docker/login-action@v1
26+
uses: docker/login-action@v2
2727
with:
2828
registry: ghcr.io
2929
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)