There was an error while loading. Please reload this page.
2 parents e2e5fbf + aea5791 commit b832bebCopy full SHA for b832beb
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@v6
+ uses: actions/checkout@v7
16
17
- name: Calculate short SHA
18
uses: benjlevesque/short-sha@v4.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