Merge pull request #69 from AndrewMarchukov/dependabot/github_actions/actions/checkout-5

Bump actions/checkout from 4 to 5
This commit is contained in:
github-actions[bot] 2025-08-12 05:02:18 +00:00 committed by GitHub
commit ece0c5db1e
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:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
-
name: Login to DockerHub
uses: docker/login-action@v3

View file

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