Skip to content

Commit

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

Actions(deps): Bump actions/checkout from 4.1.6 to 4.1.7
  • Loading branch information
hartwork authored Jun 17, 2024
2 parents d59b2c9 + 4a61f2a commit e2e8c7c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
CLANG_MAJOR_VERSION: 16
steps:

- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Add Clang/LLVM repositories
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-mingw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
runs-on: ubuntu-20.04
steps:

- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Install build dependencies
run: |-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
shell: bash
steps:

- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Configure
run: |-
Expand Down

0 comments on commit e2e8c7c

Please sign in to comment.