File tree Expand file tree Collapse file tree
adbc_drivers_dev/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6565 run : pip install pre-commit
6666
6767 - name : pre-commit (cache)
68- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
68+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
6969 with :
7070 path : ~/.cache/pre-commit
7171 key : pre-commit-${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ jobs:
148148 go-version-file : <{go_mod_path}>/go.mod
149149<% endif % >
150150<% if "rust" in lang_tools % >
151- - uses : actions-rust-lang/setup-rust-toolchain@150fca883cd4034361b621bd4e6a9d34e5143606 # v1.15.4
151+ - uses : actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0
152152 with :
153153 components : " clippy"
154154<% endif % >
@@ -328,7 +328,7 @@ jobs:
328328 go-version-file : <{go_mod_path}>/go.mod
329329<% endif % >
330330<% if "rust" in lang_tools % >
331- - uses : actions-rust-lang/setup-rust-toolchain@150fca883cd4034361b621bd4e6a9d34e5143606 # v1.15.4
331+ - uses : actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0
332332 with :
333333 components : " clippy"
334334<% endif % >
@@ -505,7 +505,7 @@ jobs:
505505 go-version-file : <{go_mod_path}>/go.mod
506506<% endif % >
507507<% if "rust" in lang_tools % >
508- - uses : actions-rust-lang/setup-rust-toolchain@150fca883cd4034361b621bd4e6a9d34e5143606 # v1.15.4
508+ - uses : actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0
509509 with :
510510 components : " clippy"
511511<% endif % >
@@ -596,7 +596,7 @@ jobs:
596596 go-version : " stable"
597597<% endif % >
598598<% if "rust" in lang_tools % >
599- - uses : actions-rust-lang/setup-rust-toolchain@150fca883cd4034361b621bd4e6a9d34e5143606 # v1.15.4
599+ - uses : actions-rust-lang/setup-rust-toolchain@2b1f5e9b395427c92ee4e3331786ca3c37afe2d7 # v1.16.0
600600 with :
601601 components : " clippy"
602602<% endif % >
You can’t perform that action at this time.
0 commit comments