diff --git a/.github/workflows/create-migration-history.yml b/.github/workflows/create-migration-history.yml index a4473f83..1bcb3768 100644 --- a/.github/workflows/create-migration-history.yml +++ b/.github/workflows/create-migration-history.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: true diff --git a/.github/workflows/custom-tests-v2.yml b/.github/workflows/custom-tests-v2.yml index 5facc552..829b4e8f 100644 --- a/.github/workflows/custom-tests-v2.yml +++ b/.github/workflows/custom-tests-v2.yml @@ -43,7 +43,7 @@ jobs: --health-retries 5 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Create absolute path symlink run: | diff --git a/.github/workflows/deploy-backend.yml b/.github/workflows/deploy-backend.yml index d9f8f951..9a4afdf2 100644 --- a/.github/workflows/deploy-backend.yml +++ b/.github/workflows/deploy-backend.yml @@ -34,7 +34,7 @@ jobs: run: echo "target=${{ github.event.inputs.target }}" >> $GITHUB_OUTPUT - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: ref: main fetch-depth: 0