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/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/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