We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f25ce0 commit 89ba2abCopy full SHA for 89ba2ab
.github/workflows/main.yaml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
container: fedorapython/fedora-python-tox:latest
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
15
16
- name: Install absolufy and poetry
17
run: |
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
- name: Mark the directory as safe for git
38
run: git config --global --add safe.directory $PWD
0 commit comments