From f9fee0d481af01230d89e18a0a2fdb7768b5d7c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 13:40:30 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/codacy-analysis.yml | 2 +- .github/workflows/powershell.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codacy-analysis.yml b/.github/workflows/codacy-analysis.yml index f8590ad..8e7bd6e 100644 --- a/.github/workflows/codacy-analysis.yml +++ b/.github/workflows/codacy-analysis.yml @@ -21,7 +21,7 @@ jobs: steps: # Checkout the repository to the GitHub Actions runner - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis - name: Run Codacy Analysis CLI diff --git a/.github/workflows/powershell.yml b/.github/workflows/powershell.yml index 913a73d..5f93283 100644 --- a/.github/workflows/powershell.yml +++ b/.github/workflows/powershell.yml @@ -13,7 +13,7 @@ jobs: os: [windows-2022, windows-2019] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Office run: choco install office2019proplus #- name: Activate Office @@ -28,7 +28,7 @@ jobs: name: Tag Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: '0' - name: Bump version and push tag