Skip to content

Commit d211c5c

Browse files
Bump actions/checkout from 4 to 5 (#31)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 982645f commit d211c5c

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@v4
16+
uses: actions/checkout@v5
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@v4
79+
uses: actions/checkout@v5
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@v4
29+
uses: actions/checkout@v5
3030

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

.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@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Check Out Repo lordofsystem/cert-manager-webhook-powerdns
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
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@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Check Out Repo coredns
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
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@v4
21+
uses: actions/checkout@v5
2222

2323
- name: Check Out Repo gpt4free
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
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@v4
29+
uses: actions/checkout@v5
3030

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

.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@v4
29+
uses: actions/checkout@v5
3030

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

.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@v4
47+
uses: actions/checkout@v5
4848

4949
- name: Check Out Repo kubernetes/ingress-nginx
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
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@v4
29+
uses: actions/checkout@v5
3030

3131
- name: Check Out Repo blacklabelops/logrotate
32-
uses: actions/checkout@v4
32+
uses: actions/checkout@v5
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@v4
22+
uses: actions/checkout@v5
2323

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

0 commit comments

Comments
 (0)