@@ -30,13 +30,13 @@ jobs:
3030 private-key : ${{ secrets.APP_PRIVATE_KEY }}
3131
3232 - name : Checkout repository
33- uses : actions/checkout@v4.1.7
33+ uses : actions/checkout@v4
3434 with :
3535 fetch-depth : 0
3636 token : ${{ steps.generate-token.outputs.token }}
3737
3838 - name : Setup Node
39- uses : actions/setup-node@v4.1.0
39+ uses : actions/setup-node@v4
4040 with :
4141 node-version : 22
4242 cache-dependency-path : ./frontend/package-lock.json
6060 run : sudo ln -fs libclang.so.1 /usr/lib/llvm-14/lib/libclang.so
6161
6262 - name : Restore Apt packages
63- uses : awalsh128/cache-apt-pkgs-action@v1.4.3
63+ uses : awalsh128/cache-apt-pkgs-action@v1
6464 with :
6565 packages : libopencv-dev
6666 version : " 1.0"
6969 uses : dtolnay/rust-toolchain@1.81.0
7070
7171 - name : Restore Rust cache
72- uses : Swatinem/rust-cache@v2.7.3
72+ uses : Swatinem/rust-cache@v2
7373 with :
7474 workspaces : ./backend
7575
9999 private-key : ${{ secrets.APP_PRIVATE_KEY }}
100100
101101 - name : Checkout repository
102- uses : actions/checkout@v4.1.7
102+ uses : actions/checkout@v4
103103 with :
104104 fetch-depth : 0
105105 token : ${{ steps.generate-token.outputs.token }}
@@ -108,7 +108,7 @@ jobs:
108108 uses : dtolnay/rust-toolchain@1.81.0
109109
110110 - name : Restore Rust cache
111- uses : Swatinem/rust-cache@v2.7.3
111+ uses : Swatinem/rust-cache@v2
112112 with :
113113 workspaces : ./backend
114114
0 commit comments