Merge pull request #38 from AndrewMarchukov/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
github-actions[bot] 2023-09-04 19:16:29 +00:00 committed by GitHub
commit 1481f21751
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
-
name: Login to DockerHub
uses: docker/login-action@v2

View file

@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
if: github.event.pull_request.merged == false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Check new version
continue-on-error: true
id: status