Skip to content

Commit

Permalink
Merge pull request #934 from synclounge/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-7.0.1
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
2 parents f107290 + 15373a9 commit 0d96956
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Repo metadata
id: repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
const repo = await github.rest.repos.get(context.repo)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

steps:
- name: Recreate tag
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
const tag = 'tags/${{ matrix.tag }}';
Expand All @@ -97,7 +97,7 @@ jobs:

- name: Repo metadata
id: repo
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
script: |
const repo = await github.rest.repos.get(context.repo)
Expand Down

0 comments on commit 0d96956

Please sign in to comment.