Skip to content

Commit

Permalink
Update deprecated CI actions
Browse files Browse the repository at this point in the history
  • Loading branch information
caveman99 authored Nov 13, 2024
1 parent e60d04e commit ae5af0c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/arduino-library-repository-lint.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check compliance with Arduino Repository rules
v4name: Check compliance with Arduino Repository rules

on:
push:
Expand All @@ -12,9 +12,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Check for compliance
uses: arduino/arduino-lint-action@v1.0.0
uses: arduino/arduino-lint-action@v2.0.0
with:
library-manager: update
project-type: library
Expand Down

0 comments on commit ae5af0c

Please sign in to comment.