Skip to content

Commit 2413c8b

Browse files
renovate[bot]spantaleev
authored andcommitted
Update actions/checkout action to v6
1 parent 10c3c64 commit 2413c8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Unit testing and linting
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@v4
19+
- uses: actions/checkout@v6
2020
- uses: dtolnay/rust-toolchain@stable
2121
- name: Install SQLite3
2222
run: sudo apt-get update && sudo apt-get install -y libsqlite3-dev
@@ -56,7 +56,7 @@ jobs:
5656

5757
steps:
5858
- name: Checkout
59-
uses: actions/checkout@v4
59+
uses: actions/checkout@v6
6060
- name: Log in to the GitHub Container registry
6161
uses: docker/login-action@v3
6262
with:

0 commit comments

Comments
 (0)