chore(deps): update actions/checkout action to v7 by renovate-bot · Pull Request #503 · GoogleCloudPlatform/functions-framework-cpp · GitHub
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: install tools
run: sudo apt install ninja-build lcov
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: clone-vcpkg
working-directory: "${{runner.temp}}"
run: >
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- name: install-dependencies
run: sudo apt install ninja-build libboost-dev libboost-program-options-dev nlohmann-json3-dev libabsl-dev
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: configure
run: >
cmake -S . -B ${{runner.temp}}/build -GNinja -DBUILD_TESTING=OFF
Expand All @@ -37,7 +37,7 @@ jobs:
- name: install-dependencies
run: >
sudo apt install ninja-build libboost-dev libboost-program-options-dev nlohmann-json3-dev libabsl-dev
- uses: actions/checkout@v4
- uses: actions/checkout@v7
- name: configure
run: >
cmake -S . -B ${{runner.temp}}/build -GNinja
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/style.yaml
Loading