Skip to content
This repository was archived by the owner on Aug 11, 2023. It is now read-only.

Bump actions/checkout from 2.3.5 to 2.4.0 #274

Merged
Merged
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
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
cc_compiler: "gcc"
cxx_compiler: "g++"
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v2.4.0
- name: Install prerequisites
run: |
sudo apt update
Expand Down