diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 574ebf82..3b5d9b5a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -38,7 +38,7 @@ jobs: BUF_TOKEN: ${{ secrets.BUF_TOKEN }} run: echo ${BUF_TOKEN} | buf registry login buf.build --token-stdin - name: Validate Gradle Wrapper - uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 + uses: gradle/actions/wrapper-validation@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1 - name: Lint run: make lint - name: Generate diff --git a/.github/workflows/conformance.yaml b/.github/workflows/conformance.yaml index 8e9e4fc7..b7603a95 100644 --- a/.github/workflows/conformance.yaml +++ b/.github/workflows/conformance.yaml @@ -38,6 +38,6 @@ jobs: BUF_TOKEN: ${{ secrets.BUF_TOKEN }} run: echo ${BUF_TOKEN} | buf registry login buf.build --token-stdin - name: Validate Gradle Wrapper - uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 + uses: gradle/actions/wrapper-validation@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1 - name: Test conformance run: make conformance diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 60dc6fa1..48eb317c 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -39,7 +39,7 @@ jobs: run: echo ${BUF_TOKEN} | buf registry login buf.build --token-stdin - name: Validate Gradle Wrapper - uses: gradle/actions/wrapper-validation@0723195856401067f7a2779048b490ace7a47d7c # v5.0.2 + uses: gradle/actions/wrapper-validation@39e147cb9de83bb9910b8ef8bd7fff0ee20fcd6f # v6.0.1 - name: Configure GPG signing & publish env: