diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 3d66d9e..fed25d3 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -33,7 +33,7 @@ jobs: # run that runs on: tag. (Using the GitHub token would # not run the workflow to prevent infinite recursion.) - name: Check out source - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: ssh-key: ${{ secrets.DEPLOY_KEY }}