Skip to content

Commit 2bc22bd

Browse files
committed
Update various action step versions
1 parent 1fbc11d commit 2bc22bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-and-deploy.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@ jobs:
77
runs-on: ubuntu-latest
88
container: httptoolkit/act-build-base
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111

12-
- uses: docker/setup-buildx-action@v1
12+
- uses: docker/setup-buildx-action@v3
1313
- name: Login to DockerHub
14-
uses: docker/login-action@v2
14+
uses: docker/login-action@v3
1515
with:
1616
username: ${{ secrets.DOCKERHUB_USERNAME }}
1717
password: ${{ secrets.DOCKERHUB_TOKEN }}
1818

1919
- name: Extract Docker metadata
2020
id: meta
21-
uses: docker/metadata-action@v4
21+
uses: docker/metadata-action@v5
2222
with:
2323
github-token: ${{ secrets.GITHUB_TOKEN }}
2424
images: httptoolkit/anonymizing-reverse-proxy
@@ -28,7 +28,7 @@ jobs:
2828
type=sha
2929
3030
- name: Publish to Docker Hub
31-
uses: docker/build-push-action@v4
31+
uses: docker/build-push-action@v5
3232
with:
3333
context: .
3434
push: ${{ github.event_name != 'pull_request' }}

0 commit comments

Comments
 (0)