From 41c19bd5bf4d9b243b001500ca2e00c90f63e811 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 22 Apr 2024 15:23:47 +0000 Subject: [PATCH] Update actions/checkout action to v4.1.3 (#969) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/create-release.yml | 2 +- .github/workflows/format-json-yml.yml | 2 +- .github/workflows/github-actions-cache-cleaner.yml | 2 +- .github/workflows/super-linter.yml | 2 +- .github/workflows/update-gitleaks.yml | 2 +- .github/workflows/update-package.yml | 2 +- .github/workflows/update-readme.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 382a2d92..a6f4b549 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -14,7 +14,7 @@ jobs: create-release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 - uses: dev-hato/actions-create-release@v0.0.30 with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/format-json-yml.yml b/.github/workflows/format-json-yml.yml index ed2f198d..f9993f67 100644 --- a/.github/workflows/format-json-yml.yml +++ b/.github/workflows/format-json-yml.yml @@ -23,7 +23,7 @@ jobs: with: app-id: ${{ secrets.PROJECT_AUTOMATION_APP_ID }} private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }} - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 diff --git a/.github/workflows/github-actions-cache-cleaner.yml b/.github/workflows/github-actions-cache-cleaner.yml index 80d90947..e1e1c678 100644 --- a/.github/workflows/github-actions-cache-cleaner.yml +++ b/.github/workflows/github-actions-cache-cleaner.yml @@ -17,7 +17,7 @@ jobs: github-actions-cache-cleaner: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 - uses: ./ with: github-token: ${{secrets.GITHUB_TOKEN}} diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index a94fcedc..c4f17fa9 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -39,7 +39,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v4.1.1 + uses: actions/checkout@v4.1.3 with: # Full git history is needed to get a proper list # of changed files within `super-linter` diff --git a/.github/workflows/update-gitleaks.yml b/.github/workflows/update-gitleaks.yml index 9f9d59ad..9777ee29 100644 --- a/.github/workflows/update-gitleaks.yml +++ b/.github/workflows/update-gitleaks.yml @@ -17,7 +17,7 @@ jobs: update-gitleaks: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 diff --git a/.github/workflows/update-package.yml b/.github/workflows/update-package.yml index 8800a3ba..b38dba74 100644 --- a/.github/workflows/update-package.yml +++ b/.github/workflows/update-package.yml @@ -18,7 +18,7 @@ jobs: update-package: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0 diff --git a/.github/workflows/update-readme.yml b/.github/workflows/update-readme.yml index a15e2827..f978322b 100644 --- a/.github/workflows/update-readme.yml +++ b/.github/workflows/update-readme.yml @@ -17,7 +17,7 @@ jobs: update-readme: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.1 + - uses: actions/checkout@v4.1.3 if: github.event_name != 'pull_request' || github.event.action != 'closed' with: fetch-depth: 0