Skip to content

Commit 0061bc3

Browse files
authored
Update GH actions
1 parent b444817 commit 0061bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/push.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: Build Arduino Libs
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v3
10+
- uses: actions/checkout@v4
1111
- name: Set up Python
1212
uses: actions/setup-python@v4
1313
with:
@@ -17,7 +17,7 @@ jobs:
1717
- name: Build Arduino Libs
1818
run: bash ./build.sh
1919
- name: Release
20-
uses: jason2866/action-gh-release@v1.2
20+
uses: jason2866/action-gh-release@v1.3
2121
with:
2222
tag_name: ${{ github.run_number }}
2323
body_path: release-info.txt

0 commit comments

Comments
 (0)