Merge pull request #202 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 09:14:02 -05:00 committed by GitHub
commit b194e4a881
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ jobs:
echo "Found version $version from lib/vmfloaty/version.rb" echo "Found version $version from lib/vmfloaty/version.rb"
- 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: |