Skip to content

Commit 9378846

Browse files
committed
chore: bump github action version
1 parent 581bd26 commit 9378846

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
with:
2020
fetch-depth: 0
2121

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

2525
- name: Docker meta
2626
id: meta
27-
uses: docker/metadata-action@v4
27+
uses: docker/metadata-action@v5
2828
with:
2929
images: zhusj/wghttp,ghcr.io/zhsj/wghttp
3030
tags: |
@@ -34,21 +34,21 @@ jobs:
3434
3535
- name: Login to DockerHub
3636
if: github.event_name != 'pull_request'
37-
uses: docker/login-action@v2
37+
uses: docker/login-action@v3
3838
with:
3939
username: ${{ secrets.DOCKERHUB_USERNAME }}
4040
password: ${{ secrets.DOCKERHUB_PASSWORD }}
4141

4242
- name: Login to GitHub Container Registry
4343
if: github.event_name != 'pull_request'
44-
uses: docker/login-action@v2
44+
uses: docker/login-action@v3
4545
with:
4646
registry: ghcr.io
4747
username: ${{ github.actor }}
4848
password: ${{ secrets.GITHUB_TOKEN }}
4949

5050
- name: Build
51-
uses: docker/bake-action@v2
51+
uses: docker/bake-action@v4
5252
with:
5353
files: |
5454
./docker-bake.hcl

0 commit comments

Comments
 (0)