Skip to content

Commit

Permalink
ci: update github workflows action version
Browse files Browse the repository at this point in the history
Signed-off-by: Saurav Sharma <[email protected]>
  • Loading branch information
iamsauravsharma committed Jun 23, 2024
1 parent 4c7643e commit 5b7c6d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
- name: Setup rust toolchain
uses: dtolnay/rust-toolchain@nightly
- name: Install cargo make
uses: davidB/rust-cargo-make@v1.10.0
uses: davidB/rust-cargo-make@v1
- name: Print cli help message
run: |
cargo make run_postgres_example --help
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_page.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Setup rust toolchain
uses: dtolnay/rust-toolchain@nightly
- name: Install cargo make
uses: davidB/rust-cargo-make@v1.10.0
uses: davidB/rust-cargo-make@v1
- name: Create env file
uses: iamsauravsharma/[email protected]
with:
Expand Down

0 comments on commit 5b7c6d9

Please sign in to comment.