github action upgrades (#2075)

* Windows workflow: bump cmake version

* Actions: update all workflows to checkout@v4
This commit is contained in:
Graham Sanderson 2024-11-20 11:02:03 -06:00 committed by GitHub
parent 06a244b2b5
commit 46283dd00f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="gcc-arm-embedded" version="10.2.1" />
<package id="cmake" version="3.25.2" installArguments="ADD_CMAKE_TO_PATH=System" />
<package id="cmake" version="3.31.0" installArguments="ADD_CMAKE_TO_PATH=System" />
<package id="mingw" version="12.2.0" />
<package id="ninja" version="1.11.1" />
</packages>

View File

@ -23,7 +23,7 @@ jobs:
mkdir -p "${{ github.workspace }}"
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init

View File

@ -17,7 +17,7 @@ jobs:
rm -rf "${{ github.workspace }}"
mkdir -p "${{ github.workspace }}"
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init
- name: Install dependencies

View File

@ -20,7 +20,7 @@ jobs:
mkdir -p "${{ github.workspace }}"
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init

View File

@ -55,7 +55,7 @@ jobs:
mkdir -p "${{ github.workspace }}"
- name: Checkout repo
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init

View File

@ -17,7 +17,7 @@ jobs:
echo "Cleaning up previous run"
rm -rf "${{ github.workspace }}/pico-sdk"
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Checkout submodules
run: git submodule update --init
- name: Install dependencies