Loading .github/workflows/push-create_tag.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.2.2 with: token: ${{ secrets.PAT }} fetch-depth: 0 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.117 uses: bbeesley/gha-auto-dependabot-rebase@v1.5.129 env: GITHUB_TOKEN: ${{ secrets.PAT }} - name: "Rebase all users' pull requests on release push to the main branch" Loading .github/workflows/schedule_update-from-template.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.2.2 with: token: ${{ secrets.PAT }} fetch-depth: 0 Loading .github/workflows/tag-release.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.2.2 with: token: ${{ secrets.PAT }} fetch-depth: 0 Loading Loading
.github/workflows/push-create_tag.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -13,7 +13,7 @@ jobs: steps: - name: Checkout if: "${{ ! startsWith(github.event.head_commit.message, 'docs: update changelog for ') }}" uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.2.2 with: token: ${{ secrets.PAT }} fetch-depth: 0 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.117 uses: bbeesley/gha-auto-dependabot-rebase@v1.5.129 env: GITHUB_TOKEN: ${{ secrets.PAT }} - name: "Rebase all users' pull requests on release push to the main branch" Loading
.github/workflows/schedule_update-from-template.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.2.2 with: token: ${{ secrets.PAT }} fetch-depth: 0 Loading
.github/workflows/tag-release.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout uses: actions/checkout@v4.1.6 uses: actions/checkout@v4.2.2 with: token: ${{ secrets.PAT }} fetch-depth: 0 Loading