summaryrefslogtreecommitdiff
path: root/.github/workflows/static.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-03-01 19:26:59 +0000
committerDaniel Micay <danielmicay@gmail.com>2022-03-01 14:36:53 -0500
commit747acb5cb4bdd13d194b3ead87c2f462994b0cbb (patch)
treebcd1fa4b982e229721fe582a2915bcb5ceaa03fb /.github/workflows/static.yml
parenta901370e084f44d29eb1672c1bd59b9ac5bdade1 (diff)
Bump actions/checkout from 2 to 3
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>
Diffstat (limited to '.github/workflows/static.yml')
-rw-r--r--.github/workflows/static.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml
index e362771c..bc7f0360 100644
--- a/.github/workflows/static.yml
+++ b/.github/workflows/static.yml
@@ -10,7 +10,7 @@ jobs:
VALIDATOR_VERSION: 20.6.30
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-node@v3.0.0