Skip to content

Commit

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

Actions(deps): Bump actions/checkout from 4.2.1 to 4.2.2
hartwork authored Oct 28, 2024
2 parents 235d7bb + b690030 commit 8b1d56a
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
@@ -36,7 +36,7 @@ jobs:
CLANG_MAJOR_VERSION: 16
steps:

- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

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

- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

- name: Configure
run: |-

0 comments on commit 8b1d56a

Please sign in to comment.