Skip to content

Commit

Permalink
Fix a CI failure for any distro using git >= 2.35.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hughsie committed Apr 22, 2022
1 parent ab0c750 commit 7b3fbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_containers.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: "Generate Dockerfile"
env:
OS: ${{ matrix.os }}
Expand Down

0 comments on commit 7b3fbe0

Please sign in to comment.