Skip to content

Commit

Permalink
Update Some Workflow dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
deltaphi committed Jul 6, 2024
1 parent e11fb69 commit 0555d7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linuxunittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/windowsunittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0555d7d

Please sign in to comment.