diff --git a/.github/workflows/release-sims.yml b/.github/workflows/release-sims.yml index 3fc7149cb43..25417de0337 100644 --- a/.github/workflows/release-sims.yml +++ b/.github/workflows/release-sims.yml @@ -66,7 +66,7 @@ jobs: - uses: actions/setup-go@v3.0.0 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 diff --git a/.github/workflows/sims.yml b/.github/workflows/sims.yml index 8af99f296b6..cdea3cd0d47 100644 --- a/.github/workflows/sims.yml +++ b/.github/workflows/sims.yml @@ -37,7 +37,7 @@ jobs: - uses: actions/setup-go@v3.0.0 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 @@ -61,7 +61,7 @@ jobs: - uses: actions/setup-go@v3 with: go-version: 1.18 - - uses: technote-space/get-diff-action@v6 + - 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 440dedeb8a0..a77bf268533 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -72,7 +72,7 @@ jobs: with: go-version: 1.18 - uses: actions/checkout@v3.1.0 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.1 with: PATTERNS: | **/**.go @@ -91,7 +91,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 @@ -120,7 +120,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