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 acaf4e3 + e96f002 commit 91e5fbaCopy full SHA for 91e5fba
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
14
steps:
15
- name: Checkout code
16
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
17
18
- name: Set up JDK 17
19
uses: actions/setup-java@v5
.github/workflows/ktlint.yml
contents: write
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
repository: ${{ github.event.pull_request.head.repo.full_name || github.repository }}
ref: ${{ github.event.pull_request.head.ref || github.ref }}
0 commit comments