Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: TruffleHog OSS
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Configuring commit Author
run: |
git config --global user.email "[email protected]"
Expand All @@ -124,7 +124,7 @@ jobs:
run: jf rt dl "dpga-website-artifacts/artifacts${{github.run_number}}/*" artifacts/

- name: Checkout Test Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: DPGAlliance/DPGAlliance.github.io
path: "testenv"
Expand All @@ -146,7 +146,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Set up JDK 1.8
uses: actions/setup-java@v1
Expand All @@ -163,7 +163,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Configuring commit Author
run: |
git config --global user.email "[email protected]"
Expand All @@ -181,7 +181,7 @@ jobs:
run: jf rt dl "dpga-website-artifacts/artifacts${{github.run_number}}/*" artifacts/

- name: Checkout Prod Repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: DPGAlliance/publicgoods-website
path: "prodenv"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v2
with:
node-version: "16"
Expand Down