Skip to content

Commit d21bd88

Browse files
authored
Merge pull request #5 from per1234/update-setup-task-action
Use new arduino/setup-task action name in CI/CD workflows
2 parents cb1f51a + 9775b51 commit d21bd88

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fetch-depth: 0
1717

1818
- name: Install Taskfile
19-
uses: arduino/actions/setup-taskfile@master
19+
uses: arduino/setup-task@v1
2020
with:
2121
repo-token: ${{ secrets.GITHUB_TOKEN }}
2222
version: 3.x

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fetch-depth: 0
1616

1717
- name: Install Taskfile
18-
uses: arduino/actions/setup-taskfile@master
18+
uses: arduino/setup-task@v1
1919
with:
2020
repo-token: ${{ secrets.GITHUB_TOKEN }}
2121
version: 3.x

0 commit comments

Comments
 (0)