diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8c625348e5..7c7b652cbe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -16,7 +16,7 @@ jobs: timeout-minutes: 6 steps: - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 5ee429f5a7..cea342f1e7 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -56,7 +56,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -83,7 +83,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -112,7 +112,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -141,7 +141,7 @@ jobs: go-version: 1.15 - name: Display go version run: go version - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 69ef77d67b..6846c682be 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: - uses: actions/setup-go@v2.1.4 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 id: git_diff with: PATTERNS: | @@ -75,7 +75,7 @@ jobs: # go-version: 1.15 # - name: Display go version # run: go version -# - uses: technote-space/get-diff-action@v5.0.1 +# - uses: technote-space/get-diff-action@v5.0.2 # id: git_diff # with: # PREFIX_FILTER: | @@ -126,7 +126,7 @@ jobs: - uses: actions/setup-go@v2.1.4 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -150,7 +150,7 @@ jobs: needs: tests steps: - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -203,7 +203,7 @@ jobs: - uses: actions/setup-go@v2.1.4 with: go-version: 1.15 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 with: PATTERNS: | **/**.go @@ -228,7 +228,7 @@ jobs: timeout-minutes: 5 steps: - uses: actions/checkout@v2 - - uses: technote-space/get-diff-action@v5.0.1 + - uses: technote-space/get-diff-action@v5.0.2 id: git_diff with: PATTERNS: | @@ -269,7 +269,7 @@ jobs: # - uses: actions/setup-go@v2.1.4 # with: # go-version: 1.15 -# - uses: technote-space/get-diff-action@v5.0.1 +# - uses: technote-space/get-diff-action@v5.0.2 # id: git_diff # with: # PATTERNS: |