Loading .github/workflows/docker.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v6 uses: actions/checkout@v5 # Workaround: https://github.com/docker/build-push-action/issues/461 - name: Setup Docker buildx Loading .github/workflows/rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: contents: write steps: - name: "Rebase all non-draft non-dependencies pull requests" uses: peter-evans/rebase@v4.0.0 uses: peter-evans/rebase@v3.1.0 with: base: main exclude-drafts: true Loading .github/workflows/release.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout uses: actions/checkout@v6 uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }} Loading .github/workflows/validate.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: Checkout uses: actions/checkout@v6 uses: actions/checkout@v5 with: fetch-depth: 0 Loading Loading
.github/workflows/docker.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository uses: actions/checkout@v6 uses: actions/checkout@v5 # Workaround: https://github.com/docker/build-push-action/issues/461 - name: Setup Docker buildx Loading
.github/workflows/rebase.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -19,7 +19,7 @@ jobs: contents: write steps: - name: "Rebase all non-draft non-dependencies pull requests" uses: peter-evans/rebase@v4.0.0 uses: peter-evans/rebase@v3.1.0 with: base: main exclude-drafts: true Loading
.github/workflows/release.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ jobs: cancel-in-progress: false steps: - name: Checkout uses: actions/checkout@v6 uses: actions/checkout@v5 with: fetch-depth: 0 token: ${{ secrets.SEMANTIC_RELEASE_TOKEN || secrets.GITHUB_TOKEN }} Loading
.github/workflows/validate.yaml +1 −1 Original line number Diff line number Diff line Loading @@ -14,7 +14,7 @@ jobs: contents: read steps: - name: Checkout uses: actions/checkout@v6 uses: actions/checkout@v5 with: fetch-depth: 0 Loading