diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index a5df36b6..b665cb93 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -31,7 +31,7 @@ jobs: echo "=================================" - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Check if PR is ready for merge id: check-status diff --git a/.github/workflows/cleanup-closed-prs.yml b/.github/workflows/cleanup-closed-prs.yml index 9c9699ab..f0fd6382 100644 --- a/.github/workflows/cleanup-closed-prs.yml +++ b/.github/workflows/cleanup-closed-prs.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v5 diff --git a/.github/workflows/deploy-pr.yml b/.github/workflows/deploy-pr.yml index 3dd8d572..3ae2cdb6 100644 --- a/.github/workflows/deploy-pr.yml +++ b/.github/workflows/deploy-pr.yml @@ -28,7 +28,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: eu-west-2 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 name: Install pnpm diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index ba2ac4ef..43499695 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -28,7 +28,7 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: eu-west-2 - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 name: Install pnpm diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 0d533a50..1b836452 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -55,7 +55,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 name: Install pnpm diff --git a/.github/workflows/pr-undeploy.yml b/.github/workflows/pr-undeploy.yml index 4d5f296a..e8976db8 100644 --- a/.github/workflows/pr-undeploy.yml +++ b/.github/workflows/pr-undeploy.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@v5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 90d53eb5..2842c07d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: actions: write steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: pnpm/action-setup@v4 name: Install pnpm diff --git a/.github/workflows/version-bump.yml b/.github/workflows/version-bump.yml index c33832be..87a97779 100644 --- a/.github/workflows/version-bump.yml +++ b/.github/workflows/version-bump.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0 diff --git a/.github/workflows/workflow-security.yml b/.github/workflows/workflow-security.yml index 0762f234..b6a594b4 100644 --- a/.github/workflows/workflow-security.yml +++ b/.github/workflows/workflow-security.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: fetch-depth: 0