Skip to content

Commit 1b6fdf1

Browse files
build(deps): bump actions/checkout from 4 to 5 (#195)
1 parent dae4a7c commit 1b6fdf1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Startup
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@v5
1414
- name: Download PHP Release
1515
uses: dsaltares/fetch-gh-release-asset@1.1.2
1616
with:
@@ -21,7 +21,7 @@ jobs:
2121
- name: Unpack PHP Release
2222
run: unzip Linux.zip && tar -xzvf PHP_Linux-x86_64.tar.gz
2323
- name: Checkout PharBuilder
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v5
2525
with:
2626
repository: NetherGamesMC/PharBuilder
2727
token: ${{ secrets.ng_token }}

0 commit comments

Comments
 (0)