Skip to content

Commit 5469b5e

Browse files
authored
Merge pull request #6689 from karmada-io/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 17caa1b + 27957d4 commit 5469b5e

16 files changed

+27
-27
lines changed

.github/workflows/ci-image-scanning-on-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
karmada-version: [ release-1.14, release-1.13, release-1.12 ]
3131
steps:
3232
- name: checkout code
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v5
3434
with:
3535
ref: ${{ matrix.karmada-version }}
3636
- name: install Go

.github/workflows/ci-image-scanning.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- karmada-metrics-adapter
3232
steps:
3333
- name: checkout code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
# fetch-depth:
3737
# 0 indicates all history for all branches and tags.

.github/workflows/ci-schedule-compatibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
docker-images: false
3939
swap-storage: false
4040
- name: checkout code
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
with:
4343
# Number of commits to fetch. 0 indicates all history for all branches and tags.
4444
# We need to guess version via git tags.

.github/workflows/ci-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
docker-images: false
3636
swap-storage: false
3737
- name: checkout code
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v5
3939
with:
4040
# Number of commits to fetch. 0 indicates all history for all branches and tags.
4141
# We need to guess version via git tags.

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
steps:
2222
- name: checkout code
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
- name: install Go
2525
uses: actions/setup-go@v5
2626
with:
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-22.04
3939
steps:
4040
- name: checkout code
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242
- name: install Go
4343
uses: actions/setup-go@v5
4444
with:
@@ -66,7 +66,7 @@ jobs:
6666
runs-on: ubuntu-22.04
6767
steps:
6868
- name: checkout code
69-
uses: actions/checkout@v4
69+
uses: actions/checkout@v5
7070
with:
7171
# Number of commits to fetch. 0 indicates all history for all branches and tags.
7272
# We need to guess version via git tags.
@@ -85,7 +85,7 @@ jobs:
8585
GOTESTSUM_ENABLED: enabled
8686
steps:
8787
- name: checkout code
88-
uses: actions/checkout@v4
88+
uses: actions/checkout@v5
8989
- name: install Go
9090
uses: actions/setup-go@v5
9191
with:
@@ -132,7 +132,7 @@ jobs:
132132
docker-images: false
133133
swap-storage: false
134134
- name: checkout code
135-
uses: actions/checkout@v4
135+
uses: actions/checkout@v5
136136
with:
137137
# Number of commits to fetch. 0 indicates all history for all branches and tags.
138138
# We need to guess version via git tags.
@@ -188,7 +188,7 @@ jobs:
188188
docker-images: false
189189
swap-storage: false
190190
- name: checkout code
191-
uses: actions/checkout@v4
191+
uses: actions/checkout@v5
192192
with:
193193
# Number of commits to fetch. 0 indicates all history for all branches and tags.
194194
# We need to guess version via git tags.

.github/workflows/dockerhub-latest-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-22.04
1717
steps:
1818
- name: checkout code
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v5
2020
with:
2121
# fetch-depth:
2222
# 0 indicates all history for all branches and tags.

.github/workflows/dockerhub-latest-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-22.04
3232
steps:
3333
- name: checkout code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
# fetch-depth:
3737
# 0 indicates all history for all branches and tags.

.github/workflows/dockerhub-released-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: ${{ github.repository == 'karmada-io/karmada' }}
1616
steps:
1717
- name: checkout code
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
with:
2020
# fetch-depth:
2121
# 0 indicates all history for all branches and tags.

.github/workflows/dockerhub-released-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-22.04
3232
steps:
3333
- name: checkout code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535
with:
3636
# fetch-depth:
3737
# 0 indicates all history for all branches and tags.

.github/workflows/fossa.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- 'dependabot/**'
88

99
permissions:
10-
contents: read # Required by actions/checkout@v4 to fetch the repository contents.
10+
contents: read # Required by actions/checkout@v5 to fetch the repository contents.
1111

1212
jobs:
1313
fossa:
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-22.04
2020
steps:
2121
- name: checkout code
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Run FOSSA scan and upload build data
2424
uses: fossas/fossa-action@v1
2525
with:

0 commit comments

Comments
 (0)