We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39dd287 commit 2b58252Copy full SHA for 2b58252
4 files changed
.github/workflows/auto-merge.yml
@@ -13,7 +13,7 @@ jobs:
13
pull-request-auto-merge:
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Enable auto-merge for Pull Request
19
run: |
.github/workflows/check-dist.yml
@@ -16,7 +16,7 @@ jobs:
20
21
- name: Set Node.js 22.x
22
uses: actions/setup-node@v4
.github/workflows/test.yml
@@ -21,7 +21,7 @@ jobs:
AWS_REGION: us-west-2
23
24
25
26
- name: Use Node.js 22.x
27
0 commit comments