Skip to content

Commit b474ae8

Browse files
chore(deps): update github actions workflows
1 parent 7185b66 commit b474ae8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/close-stale-issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818

1919
steps:
20-
- uses: actions/stale@eb5cf3af3ac0a1aa4c9c45633dd1ae542a27a899 # v10.3.0
20+
- uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
2121
with:
2222
any-of-labels: "info needed,invalid"
2323
days-before-issue-stale: 30

.github/workflows/label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
runs-on: ubuntu-latest
1717

1818
steps:
19-
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
19+
- uses: actions/labeler@b8dd2d9be0f68b860e7dae5dae7d772984eacd6d # v6.2.0
2020
with:
2121
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 commit comments

Comments
 (0)