Skip to content

Commit

Permalink
chore(deps): update pinned versions of GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Jan 7, 2025
1 parent 28a0b63 commit def7773
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
name: build-artifact
path: _site
- name: Deploy
uses: peaceiris/actions-gh-pages@v3 # TSCCR: could not find entry for peaceiris/actions-gh-pages
uses: peaceiris/actions-gh-pages@v3 # TSCCR: could not find entry for peaceiris/actions-gh-pages
with:
publish_dir: ./_site
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -88,7 +88,7 @@ jobs:
contents: read
steps:
- name: Send failures to Slack
uses: slackapi/slack-github-action@37ebaef184d7626c5f204ab8d3baff4262dd30f0 # v1.27.0
uses: slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d # v2.0.0
with:
payload: |
{
Expand Down

0 comments on commit def7773

Please sign in to comment.