Skip to content

Commit

Permalink
Update CI action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
evaherrada committed May 12, 2023
1 parent c48f165 commit cc21a0d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/githubci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: '3.x'

- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout adafruit/ci-arduino
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: adafruit/ci-arduino
path: ci
Expand Down

0 comments on commit cc21a0d

Please sign in to comment.