From 0146eff0400043fb546ae77f9d491065df50d549 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Thu, 21 Dec 2023 13:49:29 +0300 Subject: [PATCH] New PDD GitHub Action location --- .github/workflows/pdd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pdd.yml b/.github/workflows/pdd.yml index cb6897ebe..c2336c7e5 100644 --- a/.github/workflows/pdd.yml +++ b/.github/workflows/pdd.yml @@ -11,5 +11,5 @@ jobs: pdd: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - - uses: g4s8/pdd-action@master + - uses: actions/checkout@v4 + - uses: maxonfjvipon/pdd-action@master