Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #181 from cisagov/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
mcdonnnj authored Dec 7, 2023
2 parents 1ea8a3f + b92cc51 commit 6ff485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ jobs:
- uses: actions/checkout@v4
- name: Gather repository metadata
id: repo
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const repo = await github.rest.repos.get(context.repo)
Expand Down

0 comments on commit 6ff485e

Please sign in to comment.