Skip to content

Commit 3488f2a

Browse files
committed
bump actions/checkout to v4
1 parent 64f34a1 commit 3488f2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dev.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v4
2222
with:
2323
# Disabling shallow clone is recommended for improving relevancy of reporting
2424
fetch-depth: 0
@@ -72,7 +72,7 @@ jobs:
7272
name: Docker Image for gwa-api
7373
runs-on: ubuntu-latest
7474
steps:
75-
- uses: actions/checkout@v2
75+
- uses: actions/checkout@v4
7676
- name: Check if build needed
7777
id: check
7878
run: |
@@ -103,7 +103,7 @@ jobs:
103103
name: Docker Image for gwa-scheduler
104104
runs-on: ubuntu-latest
105105
steps:
106-
- uses: actions/checkout@v2
106+
- uses: actions/checkout@v4
107107
- name: Check if build needed
108108
id: check
109109
run: |
@@ -134,7 +134,7 @@ jobs:
134134
name: Docker Image for gwa-kube-api
135135
runs-on: ubuntu-latest
136136
steps:
137-
- uses: actions/checkout@v2
137+
- uses: actions/checkout@v4
138138
- name: Check if build needed
139139
id: check
140140
run: |

0 commit comments

Comments
 (0)