Skip to content

Commit

Permalink
Bump actions/github-script
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jan 17, 2024
1 parent 6cbe978 commit d2b1177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: 'Run assets build (2.0)'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
# Token has to be generated on a user account that controls the remote repository.
# The _only_ scope to select is "Access public repositories", nothing more.
Expand All @@ -30,7 +30,7 @@ jobs:
})
- name: 'Run assets build (2.1)'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
# Token has to be generated on a user account that controls the remote repository.
# The _only_ scope to select is "Access public repositories", nothing more.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update-dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: 'Run developer-tools update (2.0)'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
# Token has to be generated on a user account that controls the remote repository.
# The _only_ scope to select is "Access public repositories", nothing more.
Expand All @@ -30,7 +30,7 @@ jobs:
})
- name: 'Run developer-tools update (2.1)'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
# Token has to be generated on a user account that controls the remote repository.
# The _only_ scope to select is "Access public repositories", nothing more.
Expand Down

0 comments on commit d2b1177

Please sign in to comment.