Skip to content

Commit 83736af

Browse files
authored
Merge pull request #15619 from firemodels/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents fa2a0e0 + 82e1db6 commit 83736af

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.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@v5
24+
- uses: actions/checkout@v6
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
@@ -94,7 +94,7 @@ jobs:
9494
sudo apt-get -y update
9595
sudo apt-get -y install libopenmpi-dev openmpi-bin
9696
97-
- uses: actions/checkout@v5
97+
- uses: actions/checkout@v6
9898
- run: git config --global --add safe.directory /__w/fds/fds
9999

100100
- name: set linux-gnu compiler
@@ -168,7 +168,7 @@ jobs:
168168
runs-on: ${{ matrix.os }}
169169
steps:
170170
- name: Checkout code
171-
uses: actions/checkout@v5
171+
uses: actions/checkout@v6
172172

173173
- name: install openmpi
174174
run: brew install gcc@15 open-mpi
@@ -246,7 +246,7 @@ jobs:
246246
shell: cmd
247247

248248
steps:
249-
- uses: actions/checkout@v5
249+
- uses: actions/checkout@v6
250250

251251
# install oneapi components from web installer based on
252252
# 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
4040
prune: false
4141

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

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

77-
- uses: actions/checkout@v5
77+
- uses: actions/checkout@v6
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@v5
99+
- uses: actions/checkout@v6
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@v5
37+
- uses: actions/checkout@v6
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
@@ -44,7 +44,7 @@ jobs:
4444
shell: cmd
4545

4646
steps:
47-
- uses: actions/checkout@v5
47+
- uses: actions/checkout@v6
4848

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

0 commit comments

Comments
 (0)