We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10c3c64 commit 2413c8bCopy full SHA for 2413c8b
.github/workflows/workflow.yml
@@ -16,7 +16,7 @@ jobs:
16
name: Unit testing and linting
17
runs-on: ubuntu-latest
18
steps:
19
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
20
- uses: dtolnay/rust-toolchain@stable
21
- name: Install SQLite3
22
run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev
@@ -56,7 +56,7 @@ jobs:
56
57
58
- name: Checkout
59
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
60
- name: Log in to the GitHub Container registry
61
uses: docker/login-action@v3
62
with:
0 commit comments