Bump actions/checkout from 3 to 4 #27

Merged
dependabot[bot] merged 1 commits from dependabot/github_actions/actions/checkout-4 into main 2023-09-04 21:45:29 +00:00
Showing only changes of commit dddd9b7176 - Show all commits

@ -15,7 +15,7 @@ jobs:
env: env:
PACKAGE_VERSION: ${{ github.ref }} PACKAGE_VERSION: ${{ github.ref }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
name: Code checkout name: Code checkout
with: with:
persist-credentials: true persist-credentials: true