Skip to content

Commit 53a33c7

Browse files
chore(deps): update rust crate gh-workflow to v0.5.3 (#53)
* chore(deps): update rust crate gh-workflow to v0.5.3 * update ci --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: amit <[email protected]>
1 parent 1cc37fa commit 53a33c7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,6 @@ jobs:
6060
steps:
6161
- name: Checkout Code
6262
uses: actions/checkout@v4
63-
- uses: shuttle-hq/deploy-action/deploy-action@vmain
63+
- uses: shuttle-hq/deploy-action/deploy-action@main
6464
with:
6565
deploy-key: ${{ secrets.SHUTTLE_API_KEY }}

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/ci.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fn generate() {
99
let build = Job::new("Build and Test")
1010
.permissions(Permissions::default().contents(Level::Read))
1111
.add_step(Step::checkout())
12-
.add_step(Step::uses("arduino", "setup-protoc", "3"))
12+
.add_step(Step::uses("arduino", "setup-protoc", "v3"))
1313
.add_step(
1414
Toolchain::default()
1515
.add_stable()

0 commit comments

Comments
 (0)