Skip to content

Commit

Permalink
Update actions in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
laupow committed Jan 15, 2025
1 parent 9979da2 commit 300fe0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# test: # make sure the action works on a clean machine without building
# runs-on: ubuntu-latest
# steps:
# - uses: actions/checkout@v3
# - uses: actions/checkout@v4
# - uses: ./
# with:
# milliseconds: 1000
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Compile firmware
id: compile
Expand Down

0 comments on commit 300fe0c

Please sign in to comment.