Skip to content

Commit

Permalink
Bump version for some GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidSchinazi committed Jul 18, 2024
1 parent 1b89c0d commit 8544feb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/jazzlights.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cache/pip
~/.platformio/.cache
key: ${{ runner.os }}-pio
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install Python Dependencies
Expand Down

0 comments on commit 8544feb

Please sign in to comment.