Skip to content

Commit 20c6273

Browse files
committed
CI: Updated to actions/checkout@v4
1 parent 5f5da13 commit 20c6273

File tree

6 files changed

+18
-18
lines changed

6 files changed

+18
-18
lines changed

.github/workflows/builder_0_1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
COMPILER_TYPE: CROSS
6666
BASE: true
6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v4
6969
- name: before_install
7070
run: |
7171
sudo apt-get update -qq
@@ -110,7 +110,7 @@ jobs:
110110
RPIOS_TYPE: ${{ matrix.rpios_types }}
111111
COMPILER_TYPE: CROSS
112112
steps:
113-
- uses: actions/checkout@v2
113+
- uses: actions/checkout@v4
114114
- name: before_install
115115
run: |
116116
sudo apt-get update -qq
@@ -155,7 +155,7 @@ jobs:
155155
RPIOS_TYPE: ${{ matrix.rpios_types }}
156156
COMPILER_TYPE: NATIVE
157157
steps:
158-
- uses: actions/checkout@v2
158+
- uses: actions/checkout@v4
159159
- name: before_install
160160
run: |
161161
sudo apt-get update -qq

.github/workflows/builder_2_3.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
COMPILER_TYPE: CROSS
6666
BASE: true
6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v4
6969
- name: before_install
7070
run: |
7171
sudo apt-get update -qq
@@ -110,7 +110,7 @@ jobs:
110110
RPIOS_TYPE: ${{ matrix.rpios_types }}
111111
COMPILER_TYPE: CROSS
112112
steps:
113-
- uses: actions/checkout@v2
113+
- uses: actions/checkout@v4
114114
- name: before_install
115115
run: |
116116
sudo apt-get update -qq
@@ -155,7 +155,7 @@ jobs:
155155
RPIOS_TYPE: ${{ matrix.rpios_types }}
156156
COMPILER_TYPE: NATIVE
157157
steps:
158-
- uses: actions/checkout@v2
158+
- uses: actions/checkout@v4
159159
- name: before_install
160160
run: |
161161
sudo apt-get update -qq

.github/workflows/builder_3_plus.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
COMPILER_TYPE: CROSS
6666
BASE: true
6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v4
6969
- name: before_install
7070
run: |
7171
sudo apt-get update -qq
@@ -110,7 +110,7 @@ jobs:
110110
RPIOS_TYPE: ${{ matrix.rpios_types }}
111111
COMPILER_TYPE: CROSS
112112
steps:
113-
- uses: actions/checkout@v2
113+
- uses: actions/checkout@v4
114114
- name: before_install
115115
run: |
116116
sudo apt-get update -qq
@@ -155,7 +155,7 @@ jobs:
155155
RPIOS_TYPE: ${{ matrix.rpios_types }}
156156
COMPILER_TYPE: NATIVE
157157
steps:
158-
- uses: actions/checkout@v2
158+
- uses: actions/checkout@v4
159159
- name: before_install
160160
run: |
161161
sudo apt-get update -qq

.github/workflows/builder_64.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
COMPILER_TYPE: CROSS
6666
BASE: true
6767
steps:
68-
- uses: actions/checkout@v2
68+
- uses: actions/checkout@v4
6969
- name: before_install
7070
run: |
7171
sudo apt-get update -qq
@@ -110,7 +110,7 @@ jobs:
110110
GCC_VERSION: ${{ matrix.gcc_versions }}
111111
COMPILER_TYPE: CROSS
112112
steps:
113-
- uses: actions/checkout@v2
113+
- uses: actions/checkout@v4
114114
- name: before_install
115115
run: |
116116
sudo apt-get update -qq
@@ -155,7 +155,7 @@ jobs:
155155
GCC_VERSION: ${{ matrix.gcc_versions }}
156156
COMPILER_TYPE: NATIVE
157157
steps:
158-
- uses: actions/checkout@v2
158+
- uses: actions/checkout@v4
159159
- name: before_install
160160
run: |
161161
sudo apt-get update -qq

.github/workflows/builder_x86_64.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
GCC_VERSION: ${{ matrix.gcc_versions }}
6262
OS_TYPE: x86_64
6363
steps:
64-
- uses: actions/checkout@v2
64+
- uses: actions/checkout@v4
6565
- name: before_install
6666
run: |
6767
sudo apt-get update -qq
@@ -103,7 +103,7 @@ jobs:
103103
GCC_VERSION: ${{ matrix.gcc_versions }}
104104
OS_TYPE: x86
105105
steps:
106-
- uses: actions/checkout@v2
106+
- uses: actions/checkout@v4
107107
- name: before_install
108108
run: |
109109
sudo apt-get update -qq

.github/workflows/docs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
name: Docs Root Deployer
5858
runs-on: ubuntu-20.04
5959
steps:
60-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v4
6161
- name: before_install
6262
run: |
6363
sudo apt-get update -qq
@@ -90,7 +90,7 @@ jobs:
9090
name: Docs Base Deployer
9191
runs-on: ubuntu-20.04
9292
steps:
93-
- uses: actions/checkout@v2
93+
- uses: actions/checkout@v4
9494
- name: before_install
9595
run: |
9696
sudo apt-get update -qq
@@ -145,7 +145,7 @@ jobs:
145145
name: Docs Main Deployer
146146
runs-on: ubuntu-20.04
147147
steps:
148-
- uses: actions/checkout@v2
148+
- uses: actions/checkout@v4
149149
- name: before_install
150150
run: |
151151
sudo apt-get update -qq
@@ -256,7 +256,7 @@ jobs:
256256
name: Docs Root Deployer
257257
runs-on: ubuntu-20.04
258258
steps:
259-
- uses: actions/checkout@v2
259+
- uses: actions/checkout@v4
260260
- name: before_install
261261
run: |
262262
sudo apt-get update -qq

0 commit comments

Comments
 (0)