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 5866d58 commit 0d0ba9fCopy full SHA for 0d0ba9f
.github/workflows/pr-title.yml
@@ -16,7 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
steps:
18
- name: Checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
- name: Check PR Title
21
uses: amannn/action-semantic-pull-request@v6
22
with:
.github/workflows/release.yml
@@ -23,7 +23,7 @@ jobs:
23
id-token: write # to enable use of OIDC for npm provenance
24
25
26
27
28
fetch-depth: 0
29
.github/workflows/validate.yml
- ubuntu-latest
- windows-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
- uses: actions/setup-node@v4
node-version: ${{ matrix.node-version }}
0 commit comments