Loading .github/workflows/lint.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -39,10 +39,10 @@ jobs: steps: - name: Check out the codebase uses: actions/checkout@v4.2.2 uses: actions/checkout@v5.0.0 - name: Set up Python uses: actions/setup-python@v5.6.0 uses: actions/setup-python@v6.0.0 with: python-version: "${{ matrix.python }}" cache: "pip" Loading .github/workflows/push-create_tag.yaml +2 −2 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.2.2 uses: actions/checkout@v5.0.0 with: token: ${{ secrets.PAT }} fetch-depth: 0 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.1 uses: ietf-tools/semver-action@v1.10.2 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.143 uses: bbeesley/gha-auto-dependabot-rebase@v1.5.196 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.2.2 uses: actions/checkout@v5.0.0 with: token: ${{ secrets.PAT }} fetch-depth: 0 Loading .github/workflows/tag-release.yaml +2 −2 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.2.2 uses: actions/checkout@v5.0.0 with: token: ${{ secrets.PAT }} fetch-depth: 0 Loading @@ -24,7 +24,7 @@ jobs: OUTPUT: .CHANGELOG.md - name: Create Release uses: ncipollo/release-action@v1.16.0 uses: ncipollo/release-action@v1.20.0 with: allowUpdates: true draft: false Loading Loading
.github/workflows/lint.yaml +2 −2 Original line number Diff line number Diff line Loading @@ -39,10 +39,10 @@ jobs: steps: - name: Check out the codebase uses: actions/checkout@v4.2.2 uses: actions/checkout@v5.0.0 - name: Set up Python uses: actions/setup-python@v5.6.0 uses: actions/setup-python@v6.0.0 with: python-version: "${{ matrix.python }}" cache: "pip" Loading
.github/workflows/push-create_tag.yaml +2 −2 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.2.2 uses: actions/checkout@v5.0.0 with: token: ${{ secrets.PAT }} fetch-depth: 0 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.1 uses: ietf-tools/semver-action@v1.10.2 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.143 uses: bbeesley/gha-auto-dependabot-rebase@v1.5.196 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.2.2 uses: actions/checkout@v5.0.0 with: token: ${{ secrets.PAT }} fetch-depth: 0 Loading
.github/workflows/tag-release.yaml +2 −2 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.2.2 uses: actions/checkout@v5.0.0 with: token: ${{ secrets.PAT }} fetch-depth: 0 Loading @@ -24,7 +24,7 @@ jobs: OUTPUT: .CHANGELOG.md - name: Create Release uses: ncipollo/release-action@v1.16.0 uses: ncipollo/release-action@v1.20.0 with: allowUpdates: true draft: false Loading