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

build(deps): bump actions/github-script from 5 to 7 #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Get repo metadata so we can use it in the build scripts
- name: Repo metadata
id: repo
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
const repo = await github.rest.repos.get({owner: context.repo.owner, repo: context.repo.repo})
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# Get repo metadata so we can use it in the build scripts
- name: Repo metadata
id: repo
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
const repo = await github.rest.repos.get({owner: context.repo.owner, repo: context.repo.repo})
Expand Down