diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1a483adc0..3703f8b97 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 with: clean: 'false' fetch-depth: '0' diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8db595f37..36a06ef20 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -85,7 +85,7 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}' if: "'${{ steps.commit-message.outputs.message }}' == 'Automatically linting code'" - uses: planetscale/ghcommit-action@v0.1.38 + uses: planetscale/ghcommit-action@v0.1.39 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'