Skip to content

Commit

Permalink
Github Actions の actions/checkout を v4 にあげる
Browse files Browse the repository at this point in the history
  • Loading branch information
miosakuma committed Sep 20, 2023
1 parent 72406b5 commit 188df96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo rm -rf /var/lib/apt/lists/*
env:
DEBIAN_FRONTEND: noninteractive
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Cache release directory
id: cache-release
uses: actions/cache@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
pip3 install --user cpplint
env:
DEBIAN_FRONTEND: noninteractive
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Lint cpp-mp4
run: PATH=$PATH:~/.local/bin:~/go/bin ./lint.bash
timeout-minutes: 120
Expand Down

0 comments on commit 188df96

Please sign in to comment.