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 9296b6a commit 76d6abeCopy full SHA for 76d6abe
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout
18
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
19
20
- name: Setup
21
uses: ./.github/actions/setup
@@ -27,7 +27,7 @@ jobs:
27
28
29
30
31
32
33
.github/workflows/release.yml
with:
token: ${{ secrets.GH_TOKEN }}
0 commit comments