Skip to content

Commit

Permalink
Update GitHub Actions checkout to v4
Browse files Browse the repository at this point in the history
Upgraded the GitHub Actions checkout step from v2 to v4 in the docker-build workflow. This change ensures compatibility with the latest features and improvements in the actions/checkout repository.
  • Loading branch information
dvershinin committed Sep 8, 2024
1 parent f4b8e1f commit 28d2e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 28d2e5f

Please sign in to comment.