Skip to content

Commit 076cef7

Browse files
chore(deps): bump actions/checkout from 2.4.0 to 3.0.2 (#116)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.0 to 3.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.0...v3.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7fa88b4 commit 076cef7

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/license-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
timeout-minutes: 3
3131

3232
steps:
33-
- uses: actions/checkout@v2.4.0
33+
- uses: actions/checkout@v3.0.2
3434
- name: Check License Header
3535
uses: apache/[email protected]
3636
env:

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: "ubuntu-20.04"
1212
steps:
1313
- name: Check out code
14-
uses: actions/checkout@v2
14+
uses: actions/checkout@v3.0.2
1515

1616
- name: Install luacheck
1717
run: |
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: "ubuntu-20.04"
3636
steps:
3737
- name: Check out code
38-
uses: actions/checkout@v2
38+
uses: actions/checkout@v3.0.2
3939

4040
- name: Spell check
4141
run: |

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Check out code
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v3.0.2
2424

2525
- name: Set up Clang
2626
uses: egor-tensin/setup-clang@v1

0 commit comments

Comments
 (0)