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.
2 parents 5ec703d + 0665159 commit e2546cbCopy full SHA for e2546cb
2 files changed
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-24.04
16
steps:
17
- name: Git Checkout
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
with:
20
ref: ${{ github.event.pull_request.head.sha }}
21
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-22.04
14
0 commit comments