Skip to content

Commit

Permalink
Chore(actions): update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
xjasonlyu committed May 12, 2024
1 parent 8c1c230 commit 533fe65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -39,7 +39,7 @@ jobs:
zip -r MetaTubeHelper.bundle.zip MetaTubeHelper.bundle/
- name: Upload Releases
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: |
MetaTube.bundle.zip
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days'
exempt-issue-labels: 'question,bug,enhancement'
Expand Down

0 comments on commit 533fe65

Please sign in to comment.