Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 3.4.0 to 3.6.0
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.4.0 to 3.6.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.4.0...v3.6.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Aug 24, 2023
1 parent ccc83f7 commit 16f810d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/license-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
timeout-minutes: 3

steps:
- uses: actions/checkout@v3.4.0
- uses: actions/checkout@v3.6.0
- name: Check License Header
uses: apache/skywalking-eyes@v0.4.0
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: "ubuntu-20.04"
steps:
- name: Check out code
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.6.0

- name: Install luacheck
run: |
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: "ubuntu-20.04"
steps:
- name: Check out code
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.6.0

- name: Spell check
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3.4.0
uses: actions/checkout@v3.6.0

- name: Set up Clang
uses: egor-tensin/setup-clang@v1
Expand Down

0 comments on commit 16f810d

Please sign in to comment.