Skip to content

Commit a933a92

Browse files
committed
Actions: update all workflows to checkout@v4
1 parent c6d3ba4 commit a933a92

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
mkdir -p "${{ github.workspace }}"
2424
2525
- name: Checkout repo
26-
uses: actions/checkout@v2
26+
uses: actions/checkout@v4
2727

2828
- name: Checkout submodules
2929
run: git submodule update --init

.github/workflows/macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
rm -rf "${{ github.workspace }}"
1818
mkdir -p "${{ github.workspace }}"
1919
- name: Checkout repo
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Checkout submodules
2222
run: git submodule update --init
2323
- name: Install dependencies

.github/workflows/multi-gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
mkdir -p "${{ github.workspace }}"
2121
2222
- name: Checkout repo
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424

2525
- name: Checkout submodules
2626
run: git submodule update --init

.github/workflows/scripts/generate_multi_gcc_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
mkdir -p "${{ github.workspace }}"
5656
5757
- name: Checkout repo
58-
uses: actions/checkout@v2
58+
uses: actions/checkout@v4
5959
6060
- name: Checkout submodules
6161
run: git submodule update --init

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
echo "Cleaning up previous run"
1818
rm -rf "${{ github.workspace }}/pico-sdk"
1919
- name: Checkout repo
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Checkout submodules
2222
run: git submodule update --init
2323
- name: Install dependencies

0 commit comments

Comments
 (0)