Skip to content

Commit

Permalink
Merge pull request #1041 from k-yamasaki-zakisan/feature/upgrate-read…
Browse files Browse the repository at this point in the history
…me-to-actions/checkout@v4

upgrade actions/checkout to v4
  • Loading branch information
crazy-max authored Jan 26, 2024
2 parents 9f6f8c9 + 2b28f2a commit 94d76d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
steps:
-
name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
-
name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down

0 comments on commit 94d76d3

Please sign in to comment.