From 099912d45d9b93aef73979a480fe382ddaef3851 Mon Sep 17 00:00:00 2001 From: davvd Date: Thu, 21 Dec 2023 13:51:49 +0300 Subject: [PATCH] New PDD GitHub Action location --- .github/workflows/pdd.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pdd.yml b/.github/workflows/pdd.yml index 714428d6..c2336c7e 100644 --- a/.github/workflows/pdd.yml +++ b/.github/workflows/pdd.yml @@ -1,6 +1,6 @@ --- name: pdd -"on": +on: push: branches: - master @@ -9,7 +9,7 @@ name: pdd - master jobs: pdd: - runs-on: ubuntu-20.04 + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v3 - - uses: g4s8/pdd-action@master + - uses: actions/checkout@v4 + - uses: maxonfjvipon/pdd-action@master