Skip to content

Commit

Permalink
GitHub actions: upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
octo committed Nov 23, 2023
1 parent 3c3b58d commit 8a451bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# this env var picked up by valgrind during make check phase
VALGRIND_OPTS: "--errors-for-leak-kinds=definite"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: type pkg-config
- run: pkg-config --list-all | sort -u
- name: Generate configure script
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
CONFIGURE_FLAGS: ${{ matrix.config_flags }}
VALGRIND_OPTS: "--errors-for-leak-kinds=definite"
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: type pkg-config
- run: pkg-config --list-all | sort -u
- name: Generate configure script
Expand Down

0 comments on commit 8a451bc

Please sign in to comment.