Loading .github/workflows/push-create_tag.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ jobs: - name: Get Next Version if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" id: semver uses: ietf-tools/semver-action@v1.10.0 uses: ietf-tools/semver-action@v1.10.1 with: token: ${{ github.token }} branch: main Loading .github/workflows/push-rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Rebase all Dependabot's pull requests on every push to the main branch" uses: bbeesley/gha-auto-dependabot-rebase@v1.5.107 uses: bbeesley/gha-auto-dependabot-rebase@v1.5.114 env: GITHUB_TOKEN: ${{ secrets.PAT }} - name: "Rebase all users' pull requests on release push to the main branch" Loading Loading
.github/workflows/push-create_tag.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -21,7 +21,7 @@ jobs: - name: Get Next Version if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" id: semver uses: ietf-tools/semver-action@v1.10.0 uses: ietf-tools/semver-action@v1.10.1 with: token: ${{ github.token }} branch: main Loading
.github/workflows/push-rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: "Rebase all Dependabot's pull requests on every push to the main branch" uses: bbeesley/gha-auto-dependabot-rebase@v1.5.107 uses: bbeesley/gha-auto-dependabot-rebase@v1.5.114 env: GITHUB_TOKEN: ${{ secrets.PAT }} - name: "Rebase all users' pull requests on release push to the main branch" Loading