Skip to content

Commit 079c01c

Browse files
ci(deps): update actions/checkout action to v5
1 parent 6b7d94c commit 079c01c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout the repository
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121
- name: Setup Arduino CLI
2222
uses: arduino/setup-arduino-cli@v1.1.2
2323
- name: Install platform
@@ -48,7 +48,7 @@ jobs:
4848
)
4949
steps:
5050
- name: Checkout the repository
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v5
5252
with:
5353
token: ${{ secrets.DEPLOYMENT_TOKEN }}
5454
- name: Setup Node.js

0 commit comments

Comments
 (0)