Skip to content

Commit

Permalink
Merge pull request #41 from yegor256/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
yegor256 committed Mar 14, 2024
2 parents 355e578 + 4414a76 commit 146958d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Expand Up @@ -10,6 +10,6 @@ jobs:
docker:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: docker build . -t home
- run: docker run --rm home echo Hello

0 comments on commit 146958d

Please sign in to comment.