From b37ac6bf57dd40594b70cd57a469c61a90aa0a36 Mon Sep 17 00:00:00 2001 From: "plural-renovate[bot]" Date: Tue, 5 Dec 2023 09:45:30 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/codeql.yml | 2 +- .github/workflows/release.yaml | 2 +- .github/workflows/update.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 5c21dc6..18c4321 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index f9230fd..5e8e06d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo content - uses: actions/checkout@v3 # checkout the repository content to github runner + uses: actions/checkout@v4 # checkout the repository content to github runner with: fetch-depth: 0 token: ${{ secrets.PLURAL_BOT_PAT }} diff --git a/.github/workflows/update.yaml b/.github/workflows/update.yaml index 34b9746..911221b 100644 --- a/.github/workflows/update.yaml +++ b/.github/workflows/update.yaml @@ -13,7 +13,7 @@ jobs: uses: docker-practice/actions-setup-docker@master - name: Checkout repo content - uses: actions/checkout@v3 # checkout the repository content to github runner + uses: actions/checkout@v4 # checkout the repository content to github runner with: fetch-depth: 0 token: ${{ secrets.PLURAL_BOT_PAT }}