Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
amitksingh1490 committed Nov 29, 2024
1 parent 5ac4e89 commit cd64c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@ jobs:
steps:
- name: Checkout Code
uses: actions/checkout@v4
- uses: shuttle-hq/deploy-action/deploy-action@vmain
- uses: shuttle-hq/deploy-action/deploy-action@main
with:
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}
2 changes: 1 addition & 1 deletion tests/ci.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fn generate() {
let build = Job::new("Build and Test")
.permissions(Permissions::default().contents(Level::Read))
.add_step(Step::checkout())
.add_step(Step::uses("arduino", "setup-protoc", "3"))
.add_step(Step::uses("arduino", "setup-protoc", "v3"))
.add_step(
Toolchain::default()
.add_stable()
Expand Down

0 comments on commit cd64c80

Please sign in to comment.