We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f0d79 commit 2107e64Copy full SHA for 2107e64
.github/workflows/main.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout repository
19
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
20
21
- name: Setup Node.js
22
uses: actions/setup-node@v6
.github/workflows/pr.yml
@@ -18,7 +18,7 @@ jobs:
- name: Checkout
with:
23
fetch-depth: 0
24
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -62,7 +62,7 @@ jobs:
62
pull-requests: write
63
64
65
66
if: ${{ github.event.action != 'closed' }}
67
68
0 commit comments