Skip to content

Commit 83b39e5

Browse files
committed
Merge branch 'master' into insider
2 parents 3d745a9 + 141716f commit 83b39e5

File tree

7 files changed

+19
-8
lines changed

7 files changed

+19
-8
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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"

.github/workflows/insider-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/insider-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
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 }}

.github/workflows/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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'

.github/workflows/stable-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/stable-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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 }}

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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

0 commit comments

Comments
 (0)