We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c762e1b commit d3ff39aCopy full SHA for d3ff39a
1 file changed
.github/workflows/installer.yml
@@ -47,7 +47,7 @@ jobs:
47
run:
48
shell: bash
49
steps:
50
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
51
52
- name: Set up Python ${{ matrix.python-version }}
53
uses: actions/setup-python@v5
@@ -102,7 +102,7 @@ jobs:
102
103
104
105
106
107
- name: Install Packages
108
run: |
0 commit comments