Skip to content

Commit

Permalink
upgrade actions/checkout to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Kazuyoshi Yamasaki <[email protected]>
  • Loading branch information
k-yamasaki-zakisan committed Jan 26, 2024
1 parent 9f6f8c9 commit 2b28f2a
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 2b28f2a

Please sign in to comment.