Skip to content

Commit

Permalink
update to latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
designer2k2 authored Mar 8, 2024
1 parent 0ae0f13 commit 318afd2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/buildproject.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
with:
python-version: '3.9'
python-version: '3.10'
- name: Install PlatformIO Core
run: pip install --upgrade platformio

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spell_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

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

# See: https://github.com/codespell-project/actions-codespell/blob/master/README.md
- name: Spell check
Expand Down

0 comments on commit 318afd2

Please sign in to comment.