Skip to content

Commit 24641bb

Browse files
committed
ci: update GitHub Actions dependencies
- Upgrade `actions/checkout` to v4 in both `stylua` and `selene` jobs. - Update `JohnnyMorganz/stylua-action` to v4. - Bump Stylua version to v2.0.2. - Update `NTBBloodbath/selene-action` to v1.0.0. - Bump Selene version to v0.27.1.
1 parent a46c0ad commit 24641bb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ jobs:
99
stylua:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
13-
- uses: JohnnyMorganz/stylua-action@v3
12+
- uses: actions/checkout@v4
13+
- uses: JohnnyMorganz/stylua-action@v4
1414
with:
1515
token: ${{ secrets.GITHUB_TOKEN }}
16-
version: v0.17.1
16+
version: v2.0.2
1717
args: --check .
1818

1919
selene:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- uses: NTBBloodbath/[email protected]
2424
with:
2525
token: ${{ secrets.GITHUB_TOKEN }}
26-
version: 0.25.0
26+
version: 0.27.1
2727
args: --display-style=quiet .

0 commit comments

Comments
 (0)