Skip to content

Commit ec43889

Browse files
authored
Merge pull request #120 from macbre/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 8f14a08 + ed1f419 commit ec43889

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dockerimage.yml

Lines changed: 1 addition & 1 deletion
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

.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)