Skip to content

Commit ec13c96

Browse files
committed
update workflow actions
1 parent a318bb1 commit ec13c96

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515

1616
- name: Checkout
17-
uses: actions/checkout@v2
17+
uses: actions/checkout@v6
1818
with:
1919
fetch-depth: '0'
2020

@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install buildx
3232
id: buildx
33-
uses: crazy-max/ghaction-docker-buildx@v1
33+
uses: docker/setup-buildx-action@v4
3434
with:
3535
version: latest
3636

.github/workflows/close-threads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
issues: write
2222
pull-requests: write
2323
steps:
24-
- uses: actions/stale@v5
24+
- uses: actions/stale@v10
2525
with:
2626
days-before-issue-stale: 180
2727
days-before-issue-close: 365

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616

1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v6
1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v6
2121
with:
2222
python-version: '3.x'
2323
- name: Install dependencies

0 commit comments

Comments
 (0)