Skip to content

Commit a35da80

Browse files
authored
Merge pull request #5247 from DSpace/dependabot/github_actions/dspace-8_x/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents df8f67d + 9fbcb24 commit a35da80

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
steps:
5252
# https://github.com/actions/checkout
5353
- name: Checkout codebase
54-
uses: actions/checkout@v4
54+
uses: actions/checkout@v6
5555

5656
# https://github.com/actions/setup-node
5757
- name: Install Node.js ${{ matrix.node-version }}
@@ -316,7 +316,7 @@ jobs:
316316
runs-on: ubuntu-latest
317317
steps:
318318
- name: Checkout
319-
uses: actions/checkout@v4
319+
uses: actions/checkout@v6
320320

321321
# Download artifacts from previous 'tests' job
322322
- name: Download coverage artifacts

.github/workflows/codescan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
# https://github.com/actions/checkout
3737
- name: Checkout repository
38-
uses: actions/checkout@v4
38+
uses: actions/checkout@v6
3939

4040
# Initializes the CodeQL tools for scanning.
4141
# https://github.com/github/codeql-action

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
steps:
7878
# Checkout our codebase (to get access to Docker Compose scripts)
7979
- name: Checkout codebase
80-
uses: actions/checkout@v4
80+
uses: actions/checkout@v6
8181
# Download Docker image artifacts (which were just built by reusable-docker-build.yml)
8282
- name: Download Docker image artifacts
8383
uses: actions/download-artifact@v8

.github/workflows/port_merged_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
if: github.event.pull_request.merged
2424
steps:
2525
# Checkout code
26-
- uses: actions/checkout@v4
26+
- uses: actions/checkout@v6
2727
# Port PR to other branch (ONLY if labeled with "port to")
2828
# See https://github.com/korthout/backport-action
2929
- name: Create backport pull requests

0 commit comments

Comments
 (0)