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 585796e commit acab428Copy full SHA for acab428
.github/workflows/publish-release.yml
@@ -11,7 +11,7 @@ jobs:
11
update-changelog:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v3.4.0
15
with:
16
fetch-depth: 0
17
ref: main
@@ -65,7 +65,7 @@ jobs:
65
OUT_FILE_NAME: fosslight_prechecker_windows.exe
66
ASSET_MIME: application/vnd.microsoft.portable-executable
67
68
69
70
71
- name: Set up Python 3.8
@@ -91,10 +91,10 @@ jobs:
91
asset_content_type: ${{ matrix.ASSET_MIME}}
92
93
deploy:
94
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-20.04
95
needs: build
96
97
98
99
100
- name: Set up Python
0 commit comments