Skip to content

Commit

Permalink
docs: use ubuntu-22.04 and actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Mar 10, 2024
1 parent ce3c95b commit 727c598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ on:

jobs:
comment-run:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: nwtgck/actions-comment-run@v2
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 727c598

Please sign in to comment.