Merge pull request #87 from AndrewMarchukov/dependabot/github_actions/actions/checkout-7

Bump actions/checkout from 6 to 7
This commit is contained in:
github-actions[bot] 2026-06-22 19:02:36 +00:00 committed by GitHub
commit ec7a230cee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

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

View file

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