Skip to content

Commit

Permalink
Bump GitHub actions/checkout from 3 to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-scheck authored and cjeker committed Oct 5, 2023
1 parent 2d21b7c commit 8616f5f
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- os: macos-latest
compiler: gcc-12
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: install macOS autogen prerequisites
run: brew install autoconf automake libtool
if: runner.os == 'macOS'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
language: [ 'cpp' ]
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: install missing deps
run: sudo apt-get install libtls-dev
- name: Initialize CodeQL
Expand Down

0 comments on commit 8616f5f

Please sign in to comment.