Skip to content

Commit aae5792

Browse files
committedDec 21, 2023
New PDD GitHub Action location
1 parent 8ac1976 commit aae5792

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/pdd.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
name: pdd
3-
"on":
3+
on:
44
push:
55
branches:
66
- master
@@ -11,5 +11,5 @@ jobs:
1111
pdd:
1212
runs-on: ubuntu-22.04
1313
steps:
14-
- uses: actions/checkout@v3
15-
- uses: g4s8/pdd-action@master
14+
- uses: actions/checkout@v4
15+
- uses: maxonfjvipon/pdd-action@master

0 commit comments

Comments
 (0)
Please sign in to comment.