diff --git a/.github/workflows/atlas.yml b/.github/workflows/atlas.yml index 5d97ba01fdf5..ab9efbec2386 100644 --- a/.github/workflows/atlas.yml +++ b/.github/workflows/atlas.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PATTERNS: | @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PATTERNS: | @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PATTERNS: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b45025cbd922..23d842d9f60a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v5 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PATTERNS: | diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 97144ac91dc8..c173b2f69b5a 100644 --- a/.github/workflows/proto.yml +++ b/.github/workflows/proto.yml @@ -10,7 +10,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.proto @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.proto diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 41f0d117fd6e..d2e870eb9adb 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -46,7 +46,7 @@ jobs: go-version: 1.16 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.go @@ -72,7 +72,7 @@ jobs: go-version: 1.16 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 with: SUFFIX_FILTER: | **/**.go @@ -100,7 +100,7 @@ jobs: go-version: 1.16 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 with: SUFFIX_FILTER: | **/**.go @@ -128,7 +128,7 @@ jobs: go-version: 1.16 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 with: SUFFIX_FILTER: | **/**.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9a79ca713a77..9fd585c9db7e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PATTERNS: | @@ -52,7 +52,7 @@ jobs: go-version: 1.16 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PREFIX_FILTER: | @@ -103,7 +103,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.go @@ -127,7 +127,7 @@ jobs: needs: tests steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.go @@ -181,7 +181,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 with: PATTERNS: | **/**.go @@ -205,7 +205,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PATTERNS: | @@ -225,7 +225,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.16 - - uses: technote-space/get-diff-action@v4 + - uses: technote-space/get-diff-action@v6 id: git_diff with: PATTERNS: |