Skip to content

Commit

Permalink
Bump actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw authored Aug 21, 2024
1 parent 5d896c9 commit 3d8a734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions github-actions/daily-planner.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Fetch Issues
id: get-issues
uses: actions/github-script@v5
uses: actions/github-script@v7
with:
script: |
const response = await github.rest.issues.listForRepo({
Expand All @@ -155,7 +155,7 @@ jobs:
run: echo '${{ toJSON(steps.get-issues.outputs.result) }}' > issue-titles.json
- name: Deploy to GitHub Pages
uses: peaceiris/actions-gh-pages@v3
uses: peaceiris/actions-gh-pages@v4
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./
Expand Down

0 comments on commit 3d8a734

Please sign in to comment.