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 03f58dc commit d7a2770Copy full SHA for d7a2770
.github/workflows/ci.yml
@@ -41,7 +41,7 @@ jobs:
41
django-version: django~=4.2.0
42
43
steps:
44
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
45
with:
46
ref: ${{ github.event.pull_request.head.sha }}
47
.github/workflows/publiccode-yml-validation.yml
@@ -6,7 +6,7 @@ jobs:
6
publiccode_yml_validation:
7
runs-on: ubuntu-latest
8
9
10
- uses: italia/publiccode-parser-action@v1
11
12
publiccode: "publiccode.yml"
.github/workflows/pypi.yml
@@ -17,7 +17,7 @@ jobs:
17
permissions:
18
id-token: write
19
20
21
- name: Set up Python
22
uses: actions/setup-python@v6
23
0 commit comments