Merge pull request #75 from skjnldsv/dependabot/github_actions/actions/checkout-5

This commit is contained in:
dependabot[bot]
2025-08-19 10:15:26 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -11,6 +11,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- name: Build the Docker image
run: docker build . --file Dockerfile

View File

@@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v5
# Workaround: https://github.com/docker/build-push-action/issues/461
- name: Setup Docker buildx