diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fd6087f9d63..9516a30e3f9 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.17 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go diff --git a/.github/workflows/release-sims.yml b/.github/workflows/release-sims.yml index 9d98765f0fb..40b4a7f2c78 100644 --- a/.github/workflows/release-sims.yml +++ b/.github/workflows/release-sims.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/setup-go@v3.0.0 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 39ae4161c0b..7047f938332 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -34,7 +34,7 @@ jobs: # - uses: actions/setup-go@v3.0.0 # with: # go-version: 1.17 - # - uses: technote-space/get-diff-action@v5.0.2 + # - uses: technote-space/get-diff-action@v6.1.1 # with: # PATTERNS: | # **/**.go @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest needs: Build steps: - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -82,7 +82,7 @@ jobs: with: go-version: 1.17 - uses: actions/checkout@v2.4.0 - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -106,7 +106,7 @@ jobs: - uses: actions/setup-go@v3.0.0 with: go-version: 1.17 - - uses: technote-space/get-diff-action@v5.0.2 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7fbf9c60476..d7ea82375f8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -21,7 +21,7 @@ jobs: with: go-version: 1.17 - uses: actions/checkout@v2.4.0 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -64,7 +64,7 @@ jobs: with: go-version: 1.17 - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -83,7 +83,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go