summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2023-01-20 21:35:15 +0000
committerEdward Thomson <ethomson@edwardthomson.com>2023-01-20 21:35:15 +0000
commit2d251184cc23b4aac2a2edce1015aa75dfce859e (patch)
tree64543f27dbd4e497774850b7f5adc82e1d04820b /.github
parent747af663fe5c9da531f73facfe9e14d186074808 (diff)
downloadlibgit2-2d251184cc23b4aac2a2edce1015aa75dfce859e.tar.gz
ci: update version numbers of actions
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/benchmark.yml2
-rw-r--r--.github/workflows/main.yml6
-rw-r--r--.github/workflows/nightly.yml10
3 files changed, 9 insertions, 9 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index b9362baec..bf2167464 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -50,7 +50,7 @@ jobs:
runs-on: ${{ matrix.platform.os }}
steps:
- name: Check out repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: source
fetch-depth: 0
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index ec1c828d6..21adc8025 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -48,7 +48,7 @@ jobs:
name: "Create container: ${{ matrix.container.name }}"
steps:
- name: Check out repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: source
fetch-depth: 0
@@ -253,7 +253,7 @@ jobs:
name: "Build: ${{ matrix.platform.name }}"
steps:
- name: Check out repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: source
fetch-depth: 0
@@ -345,7 +345,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: source
fetch-depth: 0
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index fe223db76..425a6e89a 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -271,7 +271,7 @@ jobs:
runs-on: ${{ matrix.platform.os }}
steps:
- name: Check out repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: source
fetch-depth: 0
@@ -333,7 +333,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
path: source
fetch-depth: 0
@@ -358,13 +358,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
with:
fetch-depth: 0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@v1
+ uses: github/codeql-action/init@v2
with:
languages: 'cpp'
@@ -376,4 +376,4 @@ jobs:
cmake --build .
- name: Perform CodeQL Analysis
- uses: github/codeql-action/analyze@v1
+ uses: github/codeql-action/analyze@v2