Skip to content

Commit

Permalink
Merge pull request #24 from hartwork/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.6

Actions(deps): Bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
hartwork authored May 20, 2024
2 parents 32707ca + 72c645b commit 7868ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
CLANG_MAJOR_VERSION: 18
steps:

- uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: Add Clang/LLVM repositories
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
clang-${{ matrix.clang_major_version }}
- name: Checkout Git branch
uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- name: 'Build'
env:
Expand Down

0 comments on commit 7868ac3

Please sign in to comment.