From 29ab1cf4a317517ccb3a20652d741066df603643 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 20:13:45 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/boto.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/main.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/boto.yml b/.github/workflows/boto.yml index 8862de8eed..d6867816b3 100644 --- a/.github/workflows/boto.yml +++ b/.github/workflows/boto.yml @@ -76,7 +76,7 @@ jobs: )" - name: Checkout upstream repo - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: token: ${{ secrets.SOCIALGROOVYBOT_BOTO_PAT }} ref: ${{ steps.comment.outputs.branch }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index ee2042c037..fe8ace0c9f 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@v2.3.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. + uses: actions/checkout@v4.1.1 # If you're using actions/checkout@v2 you must set persist-credentials to false in most cases for the deployment to work correctly. with: persist-credentials: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ca4ac5a77..7aaa828b7f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v2 @@ -103,7 +103,7 @@ jobs: if: github.event_name == 'push' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Node.js uses: actions/setup-node@v2