Skip to content

Commit 70c9367

Browse files
committed
Update GitHub Actions versions and dependencies
1 parent 873b02c commit 70c9367

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
git config --global core.eol lf
2525
2626
- name: Checkout code
27-
uses: actions/checkout@v3
27+
uses: actions/checkout@v4
2828

2929
- name: Setup PHP
3030
uses: shivammathur/setup-php@v2

stubs/github-actions/revive-fix-blame.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
contents: write
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.head_ref }}
2222

2323
- name: "Revive Fix"
24-
uses: devanoxltd/revive-action@v2
24+
uses: devanoxltd/revive-action@v1
2525
with:
2626
args: fix
2727

stubs/github-actions/revive-fix.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ jobs:
1616
contents: write
1717

1818
steps:
19-
- uses: actions/checkout@v3
19+
- uses: actions/checkout@v4
2020
with:
2121
ref: ${{ github.head_ref }}
2222

2323
- name: "Revive Fix"
24-
uses: devanoxltd/revive-action@v2
24+
uses: devanoxltd/revive-action@v1
2525
with:
2626
args: fix
2727

stubs/github-actions/revive-lint.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- name: "Revive Lint"
15-
uses: devanoxltd/revive-action@v2
15+
uses: devanoxltd/revive-action@v1
1616
with:
1717
args: lint

0 commit comments

Comments
 (0)