Skip to content

Commit

Permalink
ci: update "actions/checkout@v3" -> "actions/checkout@v4"
Browse files Browse the repository at this point in the history
Workflow verify-version-consistency was the last one written, and already used
checkout@v4.

Let's align all the remaining workflows to use the most recent action version.

No functional changes.
  • Loading branch information
muxator authored and muxator committed Dec 6, 2023
1 parent 61f39c3 commit 872a25c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
dnf install -y \
cmake \
gcc
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Build with CMake
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/functional-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
gcovr \
libtool \
pkg-config
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Run autogen
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests-and-examples-under-valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
libtool \
pkg-config \
valgrind
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: prepare the build (only enabling FROST, tests and examples)
Expand Down

0 comments on commit 872a25c

Please sign in to comment.