Skip to content

Commit

Permalink
Bump github actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbergen committed May 14, 2024
1 parent 68d4b7d commit 40eddba
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand All @@ -33,10 +33,10 @@ jobs:
envname: ${{ fromJson(needs.collect-environments.outputs.envs) }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:

steps:
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand All @@ -79,7 +79,7 @@ jobs:
remove-dotnet: 'true'
remove-haskell: 'true'

- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Install PlatformIO
run: |
Expand Down

0 comments on commit 40eddba

Please sign in to comment.