Merge pull request #67 from fjogeleit/dependabot/github_actions/actions/checkout-3

Bump actions/checkout from 2 to 3
This commit is contained in:
Frank Jogeleit
2022-11-03 14:17:11 +01:00
committed by GitHub

View File

@@ -6,7 +6,7 @@ jobs:
request: request:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
with: with:
ref: ${{ github.ref }} ref: ${{ github.ref }}