summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-16 22:33:49 +0900
committerGitHub <noreply@github.com>2022-10-16 22:33:49 +0900
commitbcaea097ead564d6606ae14c77f7b7100ee2dcab (patch)
tree46939ef25eef2cf581200a81a08fb13c3413edba /.github
parentd56fe74e247dc3c5e70a3f6482ff1ece8b5f638a (diff)
Bump actions/checkout from 61b9e3751b92087fd0b06925ba6dd6314e06f089 to v3 (#2997)
* Bump actions/checkout Bumps [actions/checkout](https://github.com/actions/checkout) from 61b9e3751b92087fd0b06925ba6dd6314e06f089 to 3.1.0. This release includes the previously tagged commit. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/61b9e3751b92087fd0b06925ba6dd6314e06f089...93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> * Apply suggestions from code review Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Junegunn Choi <junegunn.c@gmail.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/linux.yml2
-rw-r--r--.github/workflows/macos.yml2
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index b72e07a3..2dc8103e 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -27,7 +27,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
+ uses: actions/checkout@v3
with:
fetch-depth: 0
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml
index 73986adf..5f15de43 100644
--- a/.github/workflows/linux.yml
+++ b/.github/workflows/linux.yml
@@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
index a0faf715..880e0d1b 100644
--- a/.github/workflows/macos.yml
+++ b/.github/workflows/macos.yml
@@ -15,7 +15,7 @@ jobs:
build:
runs-on: macos-latest
steps:
- - uses: actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089
+ - uses: actions/checkout@v3
with:
fetch-depth: 0