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 c263388 commit d2a5d7aCopy full SHA for d2a5d7a
.github/workflows/maven.yml
@@ -35,7 +35,7 @@ jobs:
35
name: Verify ${{ matrix.config.name }} with Java-${{ matrix.java }}
36
steps:
37
- name: checkout swt
38
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
+ uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
39
with:
40
fetch-depth: 0 # required for jgit timestamp provider to work
41
lfs: false # lfs-pull is not necessary, the natives are re-build in each run
0 commit comments