Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-pr-labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
if: ${{ !github.event.pull_request.draft }}
steps:
- name: '⬇️ Checkout Code'
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: '🏷️ Labeler'
uses: actions/labeler@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pull-requests: write
steps:
- name: '⬇️ Checkout Code'
uses: actions/checkout@v4
uses: actions/checkout@v5
- name: '💚 Use Node.js v20'
uses: actions/setup-node@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pkg-npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: '🛒 Checkout Code'
uses: actions/checkout@v4
uses: actions/checkout@v5
with:
token: ${{ secrets.GH_BOT_TOKEN }}

Expand Down
Loading