diff --git a/.github/workflows/arduino-lint-action.yml b/.github/workflows/arduino-lint-action.yml index 2624ca0..905f411 100644 --- a/.github/workflows/arduino-lint-action.yml +++ b/.github/workflows/arduino-lint-action.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: arduino/arduino-lint-action # You may pin to the exact commit or the version.