There was an error while loading. Please reload this page.
2 parents 44fbc91 + abf8bc5 commit d455502Copy full SHA for d455502
2 files changed
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Git checkout
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
17
- name: Calculate short SHA
18
uses: benjlevesque/short-sha@v3.0
.github/workflows/prettier.yml
@@ -17,7 +17,7 @@ jobs:
19
- name: Checkout
20
21
with:
22
# Make sure the actual branch is checked out when running on pull requests
23
ref: ${{ github.ref }}
0 commit comments