Skip to content

Commit 1c5609e

Browse files
committed
update actions versions
Signed-off-by: Travis Glenn Hansen <[email protected]>
1 parent 1c2228f commit 1c5609e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ jobs:
2929
echo ::set-output name=SOURCE_BRANCH::${GITHUB_REF#refs/heads/}
3030
echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/}
3131
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v3
3333

3434
- name: application build
35-
uses: php-actions/composer@v4
35+
uses: php-actions/composer@v6
3636
with:
3737
command: buildphar
3838

0 commit comments

Comments
 (0)