Skip to content

Commit 8605782

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0771329 commit 8605782

16 files changed

+30
-30
lines changed

.github/workflows/check-docker-updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Check Out Repo
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: Cache versions state
1919
uses: actions/cache@v4
@@ -76,7 +76,7 @@ jobs:
7676

7777
steps:
7878
- name: Check Out Repo
79-
uses: actions/checkout@v3
79+
uses: actions/checkout@v4
8080

8181
- name: Setup GitHub CLI
8282
run: |

.github/workflows/docker-build-caddy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
platforms: all
2727

2828
- name: Check Out Repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Login to Quay.io
3232
uses: docker/login-action@v2

.github/workflows/docker-build-cert-manager-webhook-powerdns.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
platforms: all
2727

2828
- name: Check Out Repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Check Out Repo lordofsystem/cert-manager-webhook-powerdns
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
repository: "lordofsystem/cert-manager-webhook-powerdns"
3535
ref: 'main'

.github/workflows/docker-build-coredns.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
platforms: all
2727

2828
- name: Check Out Repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Check Out Repo coredns
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
repository: "coredns/coredns"
3535
ref: 'v${{ env.tag }}'

.github/workflows/docker-build-gpt4free.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
shell: bash
1919

2020
- name: Check Out Repo
21-
uses: actions/checkout@v3
21+
uses: actions/checkout@v4
2222

2323
- name: Check Out Repo gpt4free
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
repository: "xtekky/gpt4free"
2727
ref: 'main'

.github/workflows/docker-build-ingress-nginx-controller-dynamic-modules.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
platforms: all
2727

2828
- name: Check Out Repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Login to Quay.io
3232
uses: docker/login-action@v2

.github/workflows/docker-build-ingress-nginx-custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
platforms: all
2727

2828
- name: Check Out Repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Login to Quay.io
3232
uses: docker/login-action@v2

.github/workflows/docker-build-ingress-nginx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
platforms: all
4545

4646
- name: Check Out Repo
47-
uses: actions/checkout@v3
47+
uses: actions/checkout@v4
4848

4949
- name: Check Out Repo kubernetes/ingress-nginx
50-
uses: actions/checkout@v3
50+
uses: actions/checkout@v4
5151
with:
5252
repository: "kubernetes/ingress-nginx"
5353
ref: 'controller-${{ needs.checks.outputs.env-tag }}'

.github/workflows/docker-build-logrotate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ jobs:
2626
platforms: all
2727

2828
- name: Check Out Repo
29-
uses: actions/checkout@v3
29+
uses: actions/checkout@v4
3030

3131
- name: Check Out Repo blacklabelops/logrotate
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
with:
3434
repository: "blacklabelops/logrotate"
3535
ref: 'master'

.github/workflows/docker-build-nitter-patched.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
shell: bash
2020

2121
- name: Check Out Repo
22-
uses: actions/checkout@v3
22+
uses: actions/checkout@v4
2323

2424
- name: Check Out Repo zedeus/nitter
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
with:
2727
repository: "zedeus/nitter"
2828
ref: 'master'

0 commit comments

Comments
 (0)