Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 5, 2023
1 parent 3428d1e commit ead8a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/phpstan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Startup
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Download PHP Release
uses: dsaltares/[email protected]
with:
Expand All @@ -21,7 +21,7 @@ jobs:
- name: Unpack PHP Release
run: unzip Linux.zip && tar -xzvf PHP_Linux-x86_64.tar.gz
- name: Checkout PharBuilder
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: NetherGamesMC/PharBuilder
token: ${{ secrets.ng_token }}
Expand Down

0 comments on commit ead8a01

Please sign in to comment.