File tree Expand file tree Collapse file tree 7 files changed +19
-8
lines changed Expand file tree Collapse file tree 7 files changed +19
-8
lines changed Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
6+ version : 2
7+ updates :
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " weekly"
Original file line number Diff line number Diff line change @@ -255,7 +255,7 @@ jobs:
255255 SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAP_STORE_LOGIN }}
256256 run : ./stores/snapcraft/check_version.sh
257257
258- - uses : docker/setup-qemu-action@v1
258+ - uses : docker/setup-qemu-action@v2
259259 if : env.SHOULD_DEPLOY == 'yes'
260260
261261 - uses : diddlesnaps/snapcraft-multiarch-action@v1
Original file line number Diff line number Diff line change 6161 run : npm install -g yarn
6262
6363 - name : Setup Python 3
64- uses : actions/setup-python@v3
64+ uses : actions/setup-python@v4
6565 with :
6666 python-version : ' 3.x'
6767
@@ -128,7 +128,7 @@ jobs:
128128 RELEASE_VERSION : ${{ needs.build.outputs.RELEASE_VERSION }}
129129
130130 - name : Release to WinGet
131- uses : vedantmgoyal2009/winget-releaser@v1
131+ uses : vedantmgoyal2009/winget-releaser@v2
132132 with :
133133 identifier : ${{ env.APP_IDENTIFIER }}
134134 version : ${{ env.RELEASE_VERSION }}
Original file line number Diff line number Diff line change 88 lock :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : dessant/lock-threads@v3
11+ - uses : dessant/lock-threads@v4
1212 with :
1313 github-token : ${{ github.token }}
1414 issue-inactive-days : ' 90'
Original file line number Diff line number Diff line change @@ -244,7 +244,7 @@ jobs:
244244 SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAP_STORE_LOGIN }}
245245 run : ./stores/snapcraft/check_version.sh
246246
247- - uses : docker/setup-qemu-action@v1
247+ - uses : docker/setup-qemu-action@v2
248248 if : env.SHOULD_DEPLOY == 'yes'
249249
250250 - uses : diddlesnaps/snapcraft-multiarch-action@v1
Original file line number Diff line number Diff line change 5959 run : npm install -g yarn
6060
6161 - name : Setup Python 3
62- uses : actions/setup-python@v3
62+ uses : actions/setup-python@v4
6363 with :
6464 python-version : ' 3.x'
6565
@@ -121,7 +121,7 @@ jobs:
121121 RELEASE_VERSION : ${{ needs.build.outputs.RELEASE_VERSION }}
122122
123123 - name : Release to WinGet
124- uses : vedantmgoyal2009/winget-releaser@v1
124+ uses : vedantmgoyal2009/winget-releaser@v2
125125 with :
126126 identifier : ${{ env.APP_IDENTIFIER }}
127127 version : ${{ env.RELEASE_VERSION }}
Original file line number Diff line number Diff line change 1111 stale :
1212 runs-on : ubuntu-latest
1313 steps :
14- - uses : actions/stale@v6
14+ - uses : actions/stale@v7
1515 with :
1616 days-before-stale : 180
1717 days-before-close : 30
You can’t perform that action at this time.
0 commit comments