diff --git a/.github/workflows/ci-pipeline.yml b/.github/workflows/ci-pipeline.yml index 2f600a9..084917f 100644 --- a/.github/workflows/ci-pipeline.yml +++ b/.github/workflows/ci-pipeline.yml @@ -26,7 +26,7 @@ jobs: run: working-directory: ./backend steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Python uses: actions/setup-python@v6 @@ -53,7 +53,7 @@ jobs: run: working-directory: ./backend steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Setup Python uses: actions/setup-python@v6 @@ -79,7 +79,7 @@ jobs: run: working-directory: ./frontend steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Node.js uses: actions/setup-node@v6