Skip to content

Commit

Permalink
workflows: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
riebl committed Aug 9, 2024
1 parent fc2a959 commit 933ce1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
matrix:
ubuntu-version: [bionic, focal, jammy]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: >
docker build
--build-arg UBUNTU_VERSION=${{matrix.ubuntu-version}}
Expand Down

0 comments on commit 933ce1d

Please sign in to comment.