Skip to content

Commit

Permalink
Update actions/github-script action to v7 (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
orjan authored Dec 27, 2023
2 parents d57aab9 + 4ac4884 commit 7f93dd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ jobs:
- name: Clone repository
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: View context attributes
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: console.log(context)
- name: Calculate application version
id: build-version
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const toStrip = "refs/tags/v";
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
- name: Get version
id: build-version
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
const versionPrefix = "refs/tags/v";
Expand Down

0 comments on commit 7f93dd8

Please sign in to comment.