Merge pull request #50 from puppetlabs/dependabot/github_actions/actions/github-script-7

Bump actions/github-script from 6 to 7
This commit is contained in:
Jake Spain 2023-12-07 08:53:40 -05:00 committed by GitHub
commit 89ad66b17b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Get Current Version - name: Get Current Version
uses: actions/github-script@v6 uses: actions/github-script@v7
id: cv id: cv
with: with:
script: | script: |