Skip to content

Commit

Permalink
Merge pull request #2076 from traPtitech/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/github-script-7
  • Loading branch information
logica0419 committed Nov 14, 2023
2 parents 79cb78b + 2402e2f commit 0d1d885
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/swagger-change.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.PAT_TOKEN }}
script: |
Expand All @@ -45,7 +45,7 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.PAT_TOKEN }}
script: |
Expand All @@ -60,7 +60,7 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.PAT_TOKEN }}
script: |
Expand All @@ -75,7 +75,7 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@v6
- uses: actions/github-script@v7
with:
github-token: ${{ secrets.PAT_TOKEN }}
script: |
Expand Down

0 comments on commit 0d1d885

Please sign in to comment.