Skip to content

Commit

Permalink
workflows: update checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
dawidd6 committed Apr 25, 2023
1 parent 657e138 commit 6d8218d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
html_body: file://README.md
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Send mail
uses: ./
with:
Expand All @@ -63,7 +63,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Send mail
uses: ./
with:
Expand Down

0 comments on commit 6d8218d

Please sign in to comment.