Skip to content

Commit

Permalink
Merge pull request #32 from talal/bump-checkout-action
Browse files Browse the repository at this point in the history
Update actions/checkout@v3 -> v4
  • Loading branch information
logseq-cldwalker committed Jul 23, 2024
2 parents 6da6317 + 5bf85cb commit 3265261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
name: Publish Logseq graph
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: logseq/publish-spa@v0.3.0
- name: Add a nojekyll file # to make sure asset paths are correctly identified
run: touch $GITHUB_WORKSPACE/www/.nojekyll
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ runs:
steps:
# First, build logseq's static/ and publishing assets
- name: Checkout logseq
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: logseq/logseq
path: .logseq-logseq
ref: ${{ inputs.version }}

## Placed here since node step requires it
- name: Checkout action
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: logseq/publish-spa
path: .logseq-publish-spa
Expand Down

0 comments on commit 3265261

Please sign in to comment.