diff --git a/.github/workflows/linuxunittest.yml b/.github/workflows/linuxunittest.yml index 66f9a0b..36a7d5f 100644 --- a/.github/workflows/linuxunittest.yml +++ b/.github/workflows/linuxunittest.yml @@ -22,12 +22,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5.1 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/.github/workflows/windowsunittest.yml b/.github/workflows/windowsunittest.yml index 9606e27..27da068 100644 --- a/.github/workflows/windowsunittest.yml +++ b/.github/workflows/windowsunittest.yml @@ -22,12 +22,12 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: true - name: Set up Python - uses: actions/setup-python@v1 + uses: actions/setup-python@v5.1 - name: Install dependencies run: | python -m pip install --upgrade pip @@ -38,7 +38,7 @@ jobs: platformio lib -e bluepill install # Runs a single command using the runners shell - - uses: lukka/run-cmake@v2.5 + - uses: lukka/run-cmake@v3.4 with: cmakeGenerator: VS17Win64 cmakeListsOrSettingsJson: CMakeListsTxtBasic