Skip to content

Commit 2ddb80b

Browse files
committed
fix: Update deprecated actions
1 parent 8b8323c commit 2ddb80b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/unittests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
ini-values: opcache.fast_shutdown=0
3232

3333
- name: "[1/5] Create composer project - Cache composer dependencies"
34-
uses: actions/cache@v1
34+
uses: actions/cache@v4
3535
with:
3636
path: ~/.composer/cache
3737
key: php-${{ matrix.php-version }}-flow-${{ matrix.flow-version }}-composer-${{ hashFiles('composer.json') }}
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: ${{ env.FLOW_DIST_FOLDER }}
5555

5656
- name: Checkout code
57-
uses: actions/checkout@v2
57+
uses: actions/checkout@v6
5858
with:
5959
path: ${{ env.FLOW_DIST_FOLDER }}/DistributionPackages/Netlogix.Migrations
6060

0 commit comments

Comments
 (0)