Skip to content

Commit 42aadc9

Browse files
Merge pull request firemodels#16347 from firemodels/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 8fe3b0c + 8b22b78 commit 42aadc9

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/Line_Endings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/checkout@v6
24+
- uses: actions/checkout@v7
2525

2626
- name: Check for CRLF line endings
2727
run: |

.github/workflows/cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
sudo apt-get -y update
9292
sudo apt-get -y install libopenmpi-dev openmpi-bin
9393
94-
- uses: actions/checkout@v6
94+
- uses: actions/checkout@v7
9595
- run: git config --global --add safe.directory /__w/fds/fds
9696

9797
- name: set linux-gnu compiler
@@ -165,7 +165,7 @@ jobs:
165165
runs-on: ${{ matrix.os }}
166166
steps:
167167
- name: Checkout code
168-
uses: actions/checkout@v6
168+
uses: actions/checkout@v7
169169

170170
- name: install openmpi
171171
run: brew install gcc@15 open-mpi
@@ -243,7 +243,7 @@ jobs:
243243
shell: cmd
244244

245245
steps:
246-
- uses: actions/checkout@v6
246+
- uses: actions/checkout@v7
247247

248248
# install oneapi components from web installer based on
249249
# oneapi-ci/scripts/install_windows.bat

.github/workflows/linux.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
mkl@2026.0.0
4040
prune: false
4141

42-
- uses: actions/checkout@v6
42+
- uses: actions/checkout@v7
4343

4444
- name: build fds debug
4545
run: |
@@ -74,7 +74,7 @@ jobs:
7474
mkl@2025.1.0
7575
prune: false
7676

77-
- uses: actions/checkout@v6
77+
- uses: actions/checkout@v7
7878
- name: build fds debug
7979
run: |
8080
source /opt/intel/oneapi/setvars.sh
@@ -96,7 +96,7 @@ jobs:
9696
runs-on: [ubuntu-latest]
9797

9898
steps:
99-
- uses: actions/checkout@v6
99+
- uses: actions/checkout@v7
100100

101101
- uses: actions/setup-python@v6
102102
with:

.github/workflows/osx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
shell: bash
3535

3636
steps:
37-
- uses: actions/checkout@v6
37+
- uses: actions/checkout@v7
3838
- name: install openmpi
3939
run: |
4040
brew install gcc@15 open-mpi

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
shell: cmd
4343

4444
steps:
45-
- uses: actions/checkout@v6
45+
- uses: actions/checkout@v7
4646

4747
# install oneapi components from web installer based on
4848
# oneapi-ci/scripts/install_windows.bat

0 commit comments

Comments
 (0)