Skip to content

Commit 0dcc15b

Browse files
committed
chore: updates outdated flows
1 parent 2fb4545 commit 0dcc15b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/tests-php.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout the repository
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v4
1414
with:
1515
fetch-depth: 1000
1616
submodules: recursive
1717
# ------------------------------------------------------------------------------
1818
# Checkout slic
1919
# ------------------------------------------------------------------------------
2020
- name: Checkout slic
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v4
2222
with:
2323
repository: stellarwp/slic
2424
ref: main
@@ -30,8 +30,8 @@ jobs:
3030
- name: Get Composer Cache Directory
3131
id: get-composer-cache-dir
3232
run: |
33-
echo "::set-output name=dir::$(composer config cache-files-dir)"
34-
- uses: actions/cache@v2
33+
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
34+
- uses: actions/cache@v4
3535
id: composer-cache
3636
with:
3737
path: ${{ steps.get-composer-cache-dir.outputs.dir }}

0 commit comments

Comments
 (0)