Skip to content

Commit

Permalink
Merge pull request #395 from devops-actions/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/dot-github/workflows/actions/github-script-7.0.1

Bump actions/github-script from 6.4.1 to 7.0.1 in /.github/workflows
  • Loading branch information
github-actions[bot] committed Feb 1, 2024
2 parents b93111b + bcceef2 commit 20d4d5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publishing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: runners-organization-${{ env.organization }}
path: 'runners-**.json'

- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
name: Test runner info
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: runners-organization-${{ env.organization }}
path: 'runners-**.json'

- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
name: Test runner info
with:
script: |
Expand Down

0 comments on commit 20d4d5d

Please sign in to comment.