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 288d8db commit f2e1b26Copy full SHA for f2e1b26
.github/workflows/ci.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkout
15
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
16
- name: Set up Java
17
uses: actions/setup-java@v4
18
with:
@@ -29,7 +29,7 @@ jobs:
29
if: always() && (needs.test.result == 'success' || needs.test.result == 'skipped') && github.repository == 'git-as-svn/git-lfs-java' && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/'))
30
31
32
33
34
35
0 commit comments