diff --git a/.github/workflows/test-race.yml b/.github/workflows/test-race.yml index 642ca23bbdcf..0e1fa57fc7dd 100644 --- a/.github/workflows/test-race.yml +++ b/.github/workflows/test-race.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.19 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 id: git_diff with: PATTERNS: | @@ -95,7 +95,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.19 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b1a8bc6008e..48b064d190a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.19 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 id: git_diff with: PATTERNS: | @@ -49,7 +49,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.19 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 id: git_diff with: PATTERNS: | @@ -106,7 +106,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.19 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.go @@ -130,7 +130,7 @@ jobs: needs: tests steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.go @@ -182,7 +182,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 id: git_diff with: PATTERNS: | @@ -202,7 +202,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.19 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 id: git_diff with: PATTERNS: | @@ -244,7 +244,7 @@ jobs: go-version: 1.19 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.2 with: PATTERNS: | **/**.go