Skip to content

Commit d3d5822

Browse files
dependabot[bot]akurtakov
authored andcommitted
Bump actions/checkout from 6.0.1 to 6.0.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d464982 commit d3d5822

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
run: # Run on cmd on Windows because powershell interprets dots in arguments differently
2525
shell: ${{ matrix.config.os == 'win32' && 'cmd' || 'bash' }}
2626
steps:
27-
- uses: actions/checkout@v6.0.1
27+
- uses: actions/checkout@v6.0.2
2828
with:
2929
fetch-depth: 0 # required for jgit timestamp provider to work
3030
path: equinox
3131
- name: checkout equinox.binaries
32-
uses: actions/checkout@v6.0.1
32+
uses: actions/checkout@v6.0.2
3333
with:
3434
fetch-depth: 1 # only shallow here, we don't have jgit timestamps
3535
repository: eclipse-equinox/equinox.binaries
@@ -86,7 +86,7 @@ jobs:
8686
tck:
8787
runs-on: ubuntu-latest
8888
steps:
89-
- uses: actions/checkout@v6.0.1
89+
- uses: actions/checkout@v6.0.2
9090
- name: Set up JDK
9191
uses: actions/setup-java@v5
9292
with:

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ jobs:
3030

3131
steps:
3232
- name: Checkout repository
33-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.1
33+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5.0.1
3434
with:
3535
fetch-depth: 0 # required for jgit timestamp provider to work
3636
path: equinox
3737
- name: checkout equinox.binaries
38-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v5.0.1
38+
uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v5.0.1
3939
with:
4040
fetch-depth: 1 # only shallow here, we don't have jgit timestamps
4141
repository: eclipse-equinox/equinox.binaries

0 commit comments

Comments
 (0)