From 8a209b982b5dbf22b6f620d9c6061577e29d0dcb Mon Sep 17 00:00:00 2001 From: Damien Retzinger Date: Fri, 5 Aug 2022 08:10:02 -0400 Subject: [PATCH] feat: update actions/checkout to v3 (#23) Co-authored-by: Ihor Sviziev --- .github/workflows/integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index 8d19756..f185b01 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -83,7 +83,7 @@ jobs: ports: - 5672:5672 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set PHP Version uses: shivammathur/setup-php@v2 with: