Skip to content

Commit

Permalink
updated github action version
Browse files Browse the repository at this point in the history
  • Loading branch information
adpare committed Aug 15, 2024
1 parent e6c9cb9 commit a4af1ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip'

- name: Setup Node.js environment
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '18.x'

Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
echo "${{ vars.BLUESKY_ID }}" > output/.well-known/atproto-did
- name: Deploy
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
if: ${{ github.ref == 'refs/heads/master' }}
with:
deploy_key: ${{ secrets.DEPLOY_KEY }}
Expand Down

0 comments on commit a4af1ed

Please sign in to comment.