diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fd6087f9d6..9516a30e3f 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 db2886e988..c2e996e05a 100644 --- a/.github/workflows/release-sims.yml +++ b/.github/workflows/release-sims.yml @@ -67,7 +67,7 @@ jobs: - uses: actions/setup-go@v2.1.5 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 132ab4e298..402e3b92f9 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -34,7 +34,7 @@ jobs: # - uses: actions/setup-go@v2.1.5 # 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@v2.1.5 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 @@ -131,7 +131,7 @@ jobs: - uses: actions/setup-go@v2.1.5 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