Skip to content

Commit b3b50a7

Browse files
committed
ci: update checkout to v4 (to fix warning)
Fixes Github deprecation warning: Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3 Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent c86932d commit b3b50a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
echo "PKG_CONFIG_PATH: $PKG_CONFIG_PATH"
182182
183183
- name: Git checkout
184-
uses: actions/checkout@v3
184+
uses: actions/checkout@v4
185185

186186
- name: Install additional packages
187187
run: |

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v2

.github/workflows/yaml.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
steps:
2929
- name: Git checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131

3232
- name: Install additional packages
3333
run: |

0 commit comments

Comments
 (0)