From c9c4a098f0264418846d226b1b0f14b6f40d8f25 Mon Sep 17 00:00:00 2001 From: GD Renovate Date: Mon, 18 Aug 2025 10:33:02 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v5 risk: high --- .github/workflows/post-merge.yml | 2 +- .github/workflows/pre-merge.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml index 9d38a64..63826f5 100644 --- a/.github/workflows/post-merge.yml +++ b/.github/workflows/post-merge.yml @@ -16,7 +16,7 @@ jobs: labels: runners-cxa-xlarge steps: - uses: gooddata/github-actions-public/codeartifact/get-token@master - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: cache uses: actions/cache@v4 with: diff --git a/.github/workflows/pre-merge.yml b/.github/workflows/pre-merge.yml index ea2d3eb..37c97e5 100644 --- a/.github/workflows/pre-merge.yml +++ b/.github/workflows/pre-merge.yml @@ -13,7 +13,7 @@ jobs: labels: runners-cxa-xlarge steps: - uses: gooddata/github-actions-public/codeartifact/get-token@master - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: cache uses: actions/cache@v4 with: @@ -36,7 +36,7 @@ jobs: labels: runners-cxa-xlarge needs: build-kotlin steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: cache uses: actions/cache/restore@v4 with: