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 cafa96f commit fb47792Copy full SHA for fb47792
.github/workflows/build-on-release.yaml
@@ -29,7 +29,7 @@ jobs:
29
30
steps:
31
- name: Checkout repository
32
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
33
34
- name: Set up QEMU
35
uses: docker/setup-qemu-action@v3
.github/workflows/pull_request.yaml
@@ -13,7 +13,7 @@ jobs:
13
name: Python Checks
14
15
- name: Check out the repository
16
17
18
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
19
uses: actions/[email protected]
@@ -38,7 +38,7 @@ jobs:
38
runs-on: ubuntu-latest
39
40
41
42
43
44
0 commit comments