diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 19a473a..6e756ef 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -25,8 +25,8 @@ jobs: ./r10edocker.tmp --version - name: "Release canary binaries" - # v1.11.1 - uses: ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac + # v1.14.0 + uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 with: tag: "canary" name: "Canary" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5122613..6f75b57 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,8 +43,8 @@ jobs: fi - name: "Release versioned" - # v1.11.1 - uses: ncipollo/release-action@4c75f0f2e4ae5f3c807cf0904605408e319dcaac + # v1.14.0 + uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 with: allowUpdates: true generateReleaseNotes: true diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 31c480d..e751c80 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -21,6 +21,7 @@ jobs: uses: actions/setup-go@v5.0.0 with: go-version: ${{ matrix.go-version }} + cache: false - name: "checkout code" uses: actions/checkout@v4.1.1 with: @@ -102,6 +103,7 @@ jobs: uses: actions/setup-go@v5.0.0 with: go-version: ${{ matrix.go-version }} + cache: false - name: "checkout code" uses: actions/checkout@v4.1.1 - name: "test JSON config files"