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 f5c25ce commit a457c40Copy full SHA for a457c40
.github/workflows/test-and-release.yaml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-24.04
16
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
19
- uses: actions/setup-node@v4
20
with:
21
node-version: "22.x"
.github/workflows/update-repo-info.yaml
@@ -17,7 +17,7 @@ jobs:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
22
- name: Sync repository description
23
run:
0 commit comments