Skip to content

Commit 002cbb3

Browse files
Merge pull request DrTimothyAldenDavis#786 from DrTimothyAldenDavis/dev
apply dependabot changes
2 parents 7f07849 + 0c18041 commit 002cbb3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/codeql-analysis.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: checkout repository
43-
uses: actions/checkout@v3
43+
uses: actions/checkout@v4
4444

4545
- name: install dependencies
4646
run: |
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: initialize CodeQL
6767
# Initialize the CodeQL tools for scanning.
68-
uses: github/codeql-action/init@v2
68+
uses: github/codeql-action/init@v3
6969
with:
7070
languages: ${{ matrix.language }}
7171
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -99,7 +99,7 @@ jobs:
9999
done
100100
101101
- name: perform CodeQL analysis
102-
uses: github/codeql-action/analyze@v2
102+
uses: github/codeql-action/analyze@v3
103103
with:
104104
category: ${{ matrix.group }}-64
105105

@@ -163,11 +163,11 @@ jobs:
163163
msystem: MINGW32
164164

165165
- name: checkout repository
166-
uses: actions/checkout@v3
166+
uses: actions/checkout@v4
167167

168168
- name: initialize CodeQL
169169
# Initialize the CodeQL tools for scanning.
170-
uses: github/codeql-action/init@v2
170+
uses: github/codeql-action/init@v3
171171
with:
172172
languages: ${{ matrix.language }}
173173
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -199,6 +199,6 @@ jobs:
199199
done
200200
201201
- name: perform CodeQL analysis
202-
uses: github/codeql-action/analyze@v2
202+
uses: github/codeql-action/analyze@v3
203203
with:
204204
category: ${{ matrix.group }}-32

.github/workflows/root-cmakelists.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ jobs:
364364
365365
- name: save conda cache
366366
if: ${{ steps.conda-cache.outputs.cache-hit != 'true' }}
367-
uses: actions/cache/save@v3
367+
uses: actions/cache/save@v4
368368
with:
369369
path: C:/Miniconda/envs/test
370370
key: ${{ steps.conda-cache.outputs.cache-primary-key }}

0 commit comments

Comments
 (0)