aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-07 16:22:12 +0000
committerGitHub <noreply@github.com>2022-03-07 16:22:12 +0000
commit7f3fa41bdb56f1f34941e54b2352785e11616a03 (patch)
tree01b2aaeb58745d0c3be409f20843c746db8238e0
parentBump fastify/github-action-merge-dependabot from 3.0.0 to 3.0.2 (#20) (diff)
downloadee4511w-web-7f3fa41bdb56f1f34941e54b2352785e11616a03.tar
ee4511w-web-7f3fa41bdb56f1f34941e54b2352785e11616a03.tar.gz
ee4511w-web-7f3fa41bdb56f1f34941e54b2352785e11616a03.tar.bz2
ee4511w-web-7f3fa41bdb56f1f34941e54b2352785e11616a03.tar.lz
ee4511w-web-7f3fa41bdb56f1f34941e54b2352785e11616a03.tar.xz
ee4511w-web-7f3fa41bdb56f1f34941e54b2352785e11616a03.tar.zst
ee4511w-web-7f3fa41bdb56f1f34941e54b2352785e11616a03.zip
Bump actions/checkout from 2 to 3 (#21)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [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/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/codeql-analysis.yml2
-rw-r--r--.github/workflows/node.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index f2953c6..2b40e64 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -38,7 +38,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
diff --git a/.github/workflows/node.yml b/.github/workflows/node.yml
index f1c7b14..4c48897 100644
--- a/.github/workflows/node.yml
+++ b/.github/workflows/node.yml
@@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Use Node.js
uses: actions/setup-node@v3
with: