Skip to content

Commit

Permalink
Merge pull request #767 from shogo82148/bump-actions-checkout-v4-in-r…
Browse files Browse the repository at this point in the history
…eadme

bump actions/checkout v4 in README
  • Loading branch information
shogo82148 authored Sep 6, 2023
2 parents 78a1eea + 6742499 commit 8301365
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 @@ -30,7 +30,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# steps for building assets
- run: echo "REPLACE ME!" > assets.txt
Expand All @@ -55,7 +55,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# steps for building assets
- run: echo "REPLACE ME!" > assets.txt
Expand Down

0 comments on commit 8301365

Please sign in to comment.