Skip to content

Commit

Permalink
chore(renovate): major Update actions/github-script action to v4 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
sammcj authored Oct 3, 2022
2 parents f9abed9 + dfd76c3 commit 3f6aa22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_organisation_installed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
organization: CattleDip

- name: Use token to read details
uses: actions/github-script@f05a81df23035049204b043b50c3322045ce7eb3 # tag=v3 #TODO: Update to v6
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4 #TODO: Update to v6
with:
github-token: ${{ steps.use_action.outputs.token }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_repository_installed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
application_private_key: ${{ secrets.GHA_APPLICATION_PRIVATE_KEY }}

- name: Use token to read details
uses: actions/github-script@f05a81df23035049204b043b50c3322045ce7eb3 # tag=v3 #TODO: Update to v6
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4 #TODO: Update to v6
with:
github-token: ${{ steps.use_action.outputs.token }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_repository_installed_limited.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
permissions: "contents:read,actions:read"

- name: Use token to read details
uses: actions/github-script@f05a81df23035049204b043b50c3322045ce7eb3 # tag=v3 #TODO: Update to v6
uses: actions/github-script@deb7ae927cc19ae3a8b57293dd5cd2f16171e1e2 # tag=v4 #TODO: Update to v6
with:
github-token: ${{ steps.use_action.outputs.token }}
script: |
Expand Down

0 comments on commit 3f6aa22

Please sign in to comment.