diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index fc799c48877..2bb75424678 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -35,12 +35,12 @@ jobs: name: Verify ${{ matrix.config.name }} with Java-${{ matrix.java }} steps: - name: checkout swt - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 with: path: 'eclipse.platform.swt' fetch-depth: 0 # required for jgit timestamp provider to work - name: checkout swt.binaries - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 with: path: eclipse.platform.swt.binaries repository: 'eclipse-platform/eclipse.platform.swt.binaries'