Skip to content

Commit

Permalink
Merge branch 'main' into ci__update_ci_config
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneylab authored Dec 18, 2024
2 parents 538719e + 76fe9e1 commit b866200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/general.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install Linux Dependencies
run: sudo apt-get update && sudo apt-get install -y libxdo-dev sqlite3
- name: Cache sqlx-cli
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
id: cache-sqlx
with:
path: ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
- name: Install Linux Dependencies
run: sudo apt-get update && sudo apt-get install sqlite3 -y
- name: Cache sqlx-cli
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
id: cache-sqlx
with:
path: ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install Linux Dependencies
run: sudo apt-get update && sudo apt-get install sqlite3 -y
- name: Cache sqlx-cli
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
id: cache-sqlx
with:
path: / ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Linux Dependencies
run: sudo apt-get update && sudo apt-get install sqlite3 -y
- name: Cache sqlx-cli
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
id: cache-sqlx
with:
path: ~/.cargo/bin/sqlx ~/.cargo/bin/cargo-sqlx
Expand Down

0 comments on commit b866200

Please sign in to comment.