Merge pull request #11 from AndrewMarchukov/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
This commit is contained in:
commit
ac8f9a4f22
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yml
vendored
2
.github/workflows/docker-image.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
- name: Check new version
|
- name: Check new version
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
id: status
|
id: status
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue