Skip to content

Commit 41442cb

Browse files
authored
Merge branch 'master' into nginx/1.25.2
2 parents fdf411d + ec43889 commit 41442cb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515

1616
# https://github.com/FiloSottile/mkcert#installation
1717
- name: Install and setup mkcert
@@ -34,7 +34,7 @@ jobs:
3434
3535
# https://github.com/marketplace/actions/build-and-push-docker-images
3636
- name: Build the Docker image
37-
uses: docker/build-push-action@v4
37+
uses: docker/build-push-action@v5
3838
with:
3939
context: .
4040
tags: macbre/nginx

.github/workflows/push-to-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: "ubuntu-20.04"
1616

1717
steps:
18-
- uses: actions/checkout@v3
18+
- uses: actions/checkout@v4
1919

2020
# https://github.com/marketplace/actions/push-to-ghcr
2121
- name: Build and publish a Docker image for macbre/nginx-http3

0 commit comments

Comments
 (0)