Skip to content

Commit

Permalink
New PDD GitHub Action location
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Dec 21, 2023
1 parent fd78081 commit 8b52cab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pdd.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
name: pdd
"on":
on:
push:
branches:
- master
Expand All @@ -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

0 comments on commit 8b52cab

Please sign in to comment.