Skip to content

Commit b703a90

Browse files
vil02JohnnyMorganz
authored andcommitted
chore: update actions/checkout from v3 to v4
1 parent 762d02a commit b703a90

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build: # make sure build/ci work properly
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: Install packages
1515
run: |
1616
npm install
@@ -23,14 +23,14 @@ jobs:
2323
test:
2424
runs-on: ubuntu-latest
2525
steps:
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
- run: npm ci
2828
- run: npm test
2929
# make sure the action works on a clean machine without building
3030
smoketest:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434
- uses: ./
3535
with:
3636
version: ^0.17
@@ -39,7 +39,7 @@ jobs:
3939
smoketest_latest_version_provided:
4040
runs-on: ubuntu-latest
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v4
4343
- uses: ./
4444
with:
4545
version: latest

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Installs the StyLua binary (from GitHub releases), and caches it. Any StyLua com
99
## Usage
1010

1111
```yaml
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313
- uses: JohnnyMorganz/stylua-action@v3
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)