We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bc56c8 commit 3ecd47aCopy full SHA for 3ecd47a
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
apt-get install -y g++ git jq
34
env:
35
DEBIAN_FRONTEND: noninteractive
36
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
37
- name: "Declare git repo safe"
38
# In the docker container the repo is owned by 1001:123, causing the
39
# following error when running git commands:
0 commit comments