Skip to content

Commit

Permalink
bump action version
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 committed Jan 31, 2024
1 parent 25c903f commit 4924753
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/newsletter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 3
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Cache node modules
uses: actions/cache@v2
env:
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
with:
filename: issue-markdown.md
- name: 'Send mail'
uses: dawidd6/action-send-mail@v3.0.0
uses: dawidd6/action-send-mail@v3
with:
server_address: ${{ secrets.SMTP_SERVER }}
server_port: ${{ secrets.SMTP_PORT }}
Expand Down

0 comments on commit 4924753

Please sign in to comment.