Skip to content

Commit

Permalink
Updated the actions
Browse files Browse the repository at this point in the history
  • Loading branch information
egonw authored Aug 31, 2024
1 parent 40672e0 commit b47a09d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/blank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
outputs:
modified: ${{ steps.commit.outputs.modified }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
Expand Down Expand Up @@ -62,18 +62,18 @@ jobs:
needs: webpage
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
- name: Setup Pages
uses: actions/configure-pages@v3
uses: actions/configure-pages@v5
- name: Build with Jekyll
uses: actions/jekyll-build-pages@v1
with:
source: ./docs
destination: ./_site
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v3

# Jeckyll Website Deployment job
deploy:
Expand All @@ -94,7 +94,7 @@ jobs:
if: ${{needs.webpage.outputs.modified}}
steps:
- name: Trigger docker release
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.pat_external_workflow }}
repository: bridgedb/docker
Expand All @@ -106,7 +106,7 @@ jobs:
if: ${{needs.webpage.outputs.modified}}
steps:
- name: Trigger WikiPathways BridgeDb Cache Reset
uses: peter-evans/repository-dispatch@v2
uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.PAT_WORKFLOW_WIKIPATHWAYS_BRIDGEDB_CACHE }}
repository: wikipathways/wikipathways-database
Expand Down

0 comments on commit b47a09d

Please sign in to comment.