We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6008929 + 8a741a2 commit 9bedddaCopy full SHA for 9beddda
.github/workflows/flare.yml
@@ -32,7 +32,7 @@ jobs:
32
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
33
- uses: actions/checkout@v2
34
- name: Set up Python ${{ matrix.python-version }}
35
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
36
with:
37
python-version: ${{ matrix.python-version }}
38
0 commit comments