8000 Merge pull request #6448 from libgit2/ethomson/action_versions · libgit2/libgit2@1845eac · GitHub
[go: up one dir, main page]

Skip to content

Commit 1845eac

Browse files
authored
Merge pull request #6448 from libgit2/ethomson/action_versions
ci: update version numbers of actions
2 parents 3ee86a3 + 2d25118 commit 1845eac

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ${{ matrix.platform.os }}
5151
steps:
5252
- name: Check out repository
53-
uses: actions/checkout@v2
53+
uses: actions/checkout@v3
5454
with:
5555
path: source
5656
fetch-depth: 0

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
name: "Create container: ${{ matrix.container.name }}"
4949
steps:
5050
- name: Check out repository
51-
uses: actions/checkout@v2
51+
uses: actions/checkout@v3
5252
with:
5353
path: source
5454
fetch-depth: 0
@@ -253,7 +253,7 @@ jobs:
253253
name: "Build: ${{ matrix.platform.name }}"
254254
steps:
255255
- name: Check out repository
256-
uses: actions/checkout@v2
256+
uses: actions/checkout@v3
257257
with:
258258
path: source
259259
fetch-depth: 0
@@ -345,7 +345,7 @@ jobs:
345345
runs-on: ubuntu-latest
346346
steps:
347347
- name: Check out repository
348-
uses: actions/checkout@v2
348+
uses: actions/checkout@v3
349349
with:
350350
path: source
351351
fetch-depth: 0

.github/workflows/nightly.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ jobs:
271271
runs-on: ${{ matrix.platform.os }}
272272
steps:
273273
- name: Check out repository
274-
uses: actions/checkout@v2
274+
uses: actions/checkout@v3
275275
with:
276276
path: source
277277
fetch-depth: 0
@@ -333,7 +333,7 @@ jobs:
333333
runs-on: ubuntu-latest
334334
steps:
335335
- name: Check out repository
336-
uses: actions/checkout@v2
336+
uses: actions/checkout@v3
337337
with:
338338
path: source
339339
fetch-depth: 0
@@ -358,13 +358,13 @@ jobs:
358358
runs-on: ubuntu-latest
359359
steps:
360360
- name: Check out repository
361-
uses: actions/checkout@v2
361+
uses: actions/checkout@v3
362362
with:
363363
fetch-depth: 0
364364

365365
# Initializes the CodeQL tools for scanning.
366366
- name: Initialize CodeQL
367-
uses: github/codeql-action/init@v1
367+
uses: github/codeql-action/init@v2
368368
with:
369369
languages: 'cpp'
370370

@@ -376,4 +376,4 @@ jobs:
376376
cmake --build .
377377
378378
- name: Perform CodeQL Analysis
379-
uses: github/codeql-action/analyze@v1
379+
uses: github/codeql-action/analyze@v2

0 commit comments

Comments
 (0)
0