Skip to content

Commit 4b74990

Browse files
committed
chore(deps): bump actions/checkout from 2 to 3 (#1898) dependabot[bot]
1 parent 907adac commit 4b74990

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: luacheck
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717

1818
- name: Prepare
1919
run: |
@@ -27,7 +27,7 @@ jobs:
2727
name: stylua
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@v2
30+
- uses: actions/checkout@v3
3131
- uses: JohnnyMorganz/stylua-action@v1
3232
with:
3333
token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
release-type: node
1414
package-name: ${{env.ACTION_NAME}}
1515
command: github-release
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
- name: tag major and minor versions
1818
if: ${{ steps.release.outputs.release_created }}
1919
run: |

0 commit comments

Comments
 (0)