Skip to content

Commit 728714e

Browse files
authored
Merge pull request #72 from jolicode/ghac
GHA: Update actions/checkout to v5
2 parents 8babf65 + d1c4e98 commit 728714e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v5
2727

2828
- name: Check php/Dockerfile
2929
uses: hadolint/hadolint-action@v3.1.0
@@ -41,7 +41,7 @@ jobs:
4141
username: ${{ github.actor }}
4242
password: ${{ secrets.GITHUB_TOKEN }}
4343

44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545

4646
- name: setup-castor
4747
uses: castor-php/setup-castor@v0.1.0

0 commit comments

Comments
 (0)