Merge pull request #77 from AndrewMarchukov/dependabot/github_actions/actions/checkout-6

Bump actions/checkout from 5 to 6
This commit is contained in:
github-actions[bot] 2025-11-24 19:30:40 +00:00 committed by GitHub
commit 0bed105969
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@v5 - uses: actions/checkout@v6
- -
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@v5 - uses: actions/checkout@v6
- name: Check new version - name: Check new version
continue-on-error: true continue-on-error: true
id: status id: status