From 7991d65a32245f232f8e60c11f8575519a018ea5 Mon Sep 17 00:00:00 2001 From: Kijin Sung Date: Tue, 30 Jan 2024 23:49:34 +0900 Subject: [PATCH] Update third-party repository references in github actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fe3a7bc12..e4f1c6248 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,10 +12,10 @@ jobs: steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Setup PHP - uses: nanasess/setup-php@master + uses: nanasess/setup-php@v4 with: php-version: ${{ matrix.php }}