Skip to content

Commit 832a78b

Browse files
authored
Merge pull request #5894 from DSpace/dependabot/github_actions/github-actions-fd7cc62964
Bump the github-actions group with 2 updates
2 parents 77a587f + e2f1228 commit 832a78b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
steps:
5656
# https://github.com/actions/checkout
5757
- name: Checkout codebase
58-
uses: actions/checkout@v6
58+
uses: actions/checkout@v7
5959

6060
# https://github.com/actions/setup-node
6161
- name: Install Node.js ${{ matrix.node-version }}
@@ -84,7 +84,7 @@ jobs:
8484
id: npm-cache-dir
8585
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
8686
- name: Cache NPM dependencies
87-
uses: actions/cache@v5
87+
uses: actions/cache@v6
8888
with:
8989
# Cache entire NPM cache directory (see previous step)
9090
path: ${{ steps.npm-cache-dir.outputs.dir }}
@@ -328,7 +328,7 @@ jobs:
328328
runs-on: ubuntu-latest
329329
steps:
330330
- name: Checkout
331-
uses: actions/checkout@v6
331+
uses: actions/checkout@v7
332332

333333
# Download artifacts from previous 'tests' job
334334
- 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@v6
38+
uses: actions/checkout@v7
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
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
# Checkout our codebase (to get access to Docker Compose scripts)
8181
- name: Checkout codebase
82-
uses: actions/checkout@v6
82+
uses: actions/checkout@v7
8383
# Download Docker image artifacts (which were just built by reusable-docker-build.yml)
8484
- name: Download Docker image artifacts
8585
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@v6
26+
- uses: actions/checkout@v7
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)