Skip to content

Commit

Permalink
Update sims.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
faddat authored Jul 26, 2022
1 parent 8e2852b commit 98002f7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sims.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
runs-on: ubuntu-latest
needs: Build
steps:
- uses: technote-space/get-diff-action@v6.0.1
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
**/**.go
Expand All @@ -81,8 +81,8 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.18
- uses: actions/checkout@3
- uses: technote-space/get-diff-action@v6.0.1
- uses: actions/checkout@v3
- uses: technote-space/get-diff-action@v6
with:
PATTERNS: |
**/**.go
Expand All @@ -106,7 +106,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
with:
PATTERNS: |
**/**.go
Expand Down

0 comments on commit 98002f7

Please sign in to comment.