diff --git a/.github/workflows/update-tf2-competitive-version.yml b/.github/workflows/update-tf2-competitive-version.yml index 9c6b282..638db7c 100644 --- a/.github/workflows/update-tf2-competitive-version.yml +++ b/.github/workflows/update-tf2-competitive-version.yml @@ -32,7 +32,7 @@ jobs: sed -i 's/TF2_COMPETITIVE_VERSION=.*/TF2_COMPETITIVE_VERSION=${{ github.event.inputs.tf2_competitive_version }}/' Dockerfile - name: Create pull request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "fix(deps): update tf2-competitive version to ${{ github.event.inputs.tf2_competitive_version }}"