Skip to content

Commit

Permalink
Update GitHub Actions versions and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Apr 20, 2024
1 parent 873b02c commit 70c9367
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git config --global core.eol lf
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down
4 changes: 2 additions & 2 deletions stubs/github-actions/revive-fix-blame.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: "Revive Fix"
uses: devanoxltd/revive-action@v2
uses: devanoxltd/revive-action@v1
with:
args: fix

Expand Down
4 changes: 2 additions & 2 deletions stubs/github-actions/revive-fix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
contents: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

- name: "Revive Fix"
uses: devanoxltd/revive-action@v2
uses: devanoxltd/revive-action@v1
with:
args: fix

Expand Down
4 changes: 2 additions & 2 deletions stubs/github-actions/revive-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: "Revive Lint"
uses: devanoxltd/revive-action@v2
uses: devanoxltd/revive-action@v1
with:
args: lint

0 comments on commit 70c9367

Please sign in to comment.