diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5628876a..9373ec05 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -21,7 +21,7 @@ jobs: with: go-version: 1.17 check-latest: true - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 id: git_diff with: PATTERNS: | diff --git a/.github/workflows/deploy-contract.yml b/.github/workflows/deploy-contract.yml index bfe37f85..045e7548 100644 --- a/.github/workflows/deploy-contract.yml +++ b/.github/workflows/deploy-contract.yml @@ -23,7 +23,7 @@ jobs: node-version: '12.x' - name: Install dependencies run: npm install - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 id: git_diff with: PATTERNS: | diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 5b79046a..2451488b 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: with: go-version: 1.17 - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go @@ -36,7 +36,7 @@ jobs: timeout-minutes: 10 steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | docs/**/*.md diff --git a/.github/workflows/proto.yml b/.github/workflows/proto.yml index 84d6dff6..6dba3362 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@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.proto @@ -21,7 +21,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.proto diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 8f94e790..c6dd6a6e 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -14,7 +14,7 @@ jobs: - name: Checkout Source uses: actions/checkout@v3 - name: Get Diff - uses: technote-space/get-diff-action@v6.0.1 + uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/*.go diff --git a/.github/workflows/semgrep.yml b/.github/workflows/semgrep.yml index 850f9d83..b296e8bd 100644 --- a/.github/workflows/semgrep.yml +++ b/.github/workflows/semgrep.yml @@ -17,7 +17,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Get Diff - uses: technote-space/get-diff-action@v6.0.1 + uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/*.go diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d682346e..67768136 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -40,7 +40,7 @@ jobs: go-version: 1.17 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go @@ -65,7 +65,7 @@ jobs: go-version: 1.17 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 id: git_diff with: PATTERNS: | @@ -86,7 +86,7 @@ jobs: go-version: 1.17 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.sol @@ -107,7 +107,7 @@ jobs: go-version: 1.17 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.sol @@ -128,7 +128,7 @@ jobs: go-version: 1.17 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go @@ -148,7 +148,7 @@ jobs: go-version: 1.17 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go @@ -168,7 +168,7 @@ jobs: go-version: 1.17 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go @@ -188,7 +188,7 @@ jobs: go-version: 1.17 check-latest: true - uses: actions/checkout@v3 - - uses: technote-space/get-diff-action@v6.0.1 + - uses: technote-space/get-diff-action@v6.1.0 with: PATTERNS: | **/**.go