diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index e70f962..0f2a93a 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -18,7 +18,7 @@ jobs: run: working-directory: backend steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - name: Set up JDK 25 uses: actions/setup-java@v4 diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 843977e..6ec540c 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -18,7 +18,7 @@ jobs: run: working-directory: frontend steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/infra.yml b/.github/workflows/infra.yml index 2a33430..9bfb0c0 100644 --- a/.github/workflows/infra.yml +++ b/.github/workflows/infra.yml @@ -18,7 +18,7 @@ jobs: run: working-directory: infra steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/node-services.yml b/.github/workflows/node-services.yml index 9132147..4108726 100644 --- a/.github/workflows/node-services.yml +++ b/.github/workflows/node-services.yml @@ -28,7 +28,7 @@ jobs: run: working-directory: ${{ matrix.service }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: actions/setup-node@v4 with: diff --git a/.github/workflows/ws-sfu.yml b/.github/workflows/ws-sfu.yml index 6f3b7f4..09143a6 100644 --- a/.github/workflows/ws-sfu.yml +++ b/.github/workflows/ws-sfu.yml @@ -18,7 +18,7 @@ jobs: run: working-directory: ws-sfu steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v7 - uses: dtolnay/rust-toolchain@stable with: