Bump actions/checkout from 2 to 3 (#47)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2022-03-11 11:06:51 +00:00
committed by GitHub
parent 0b405a7ddb
commit 7b57e41f38
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Create a Release
uses: actions/create-release@v1
env:

View File

@ -8,7 +8,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: mkdir -p myoutput
- name: Test KICS action
uses: ./