diff --git a/.github/workflows/boto.yml b/.github/workflows/boto.yml index 8862de8ee..d6867816b 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 ee2042c03..159f8a86b 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.4 # 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 0ca4ac5a7..7aaa828b7 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