Skip to content

Commit 1d3e923

Browse files
chore(deps): bump the github-actions group across 1 directory with 8 updates
Bumps the github-actions group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml](https://github.com/bemanproject/infra-workflows) | `1.7.2` | `1.7.3` | | [bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml](https://github.com/bemanproject/infra-workflows) | `1.7.2` | `1.7.3` | | [bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml](https://github.com/bemanproject/infra-workflows) | `1.7.2` | `1.7.3` | | [bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-ci.yml](https://github.com/bemanproject/infra-workflows) | `1.7.2` | `1.7.3` | | [bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml](https://github.com/bemanproject/infra-workflows) | `1.7.2` | `1.7.3` | | [bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml](https://github.com/bemanproject/infra-workflows) | `1.7.2` | `1.7.3` | | [bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml](https://github.com/bemanproject/infra-workflows) | `1.7.2` | `1.7.3` | | [bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-release.yml](https://github.com/bemanproject/infra-workflows) | `1.7.2` | `1.7.3` | Updates `bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml` from 1.7.2 to 1.7.3 - [Commits](bemanproject/infra-workflows@1.7.2...1.7.3) Updates `bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml` from 1.7.2 to 1.7.3 - [Commits](bemanproject/infra-workflows@1.7.2...1.7.3) Updates `bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml` from 1.7.2 to 1.7.3 - [Commits](bemanproject/infra-workflows@1.7.2...1.7.3) Updates `bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-ci.yml` from 1.7.2 to 1.7.3 - [Commits](bemanproject/infra-workflows@1.7.2...1.7.3) Updates `bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml` from 1.7.2 to 1.7.3 - [Commits](bemanproject/infra-workflows@1.7.2...1.7.3) Updates `bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml` from 1.7.2 to 1.7.3 - [Commits](bemanproject/infra-workflows@1.7.2...1.7.3) Updates `bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml` from 1.7.2 to 1.7.3 - [Commits](bemanproject/infra-workflows@1.7.2...1.7.3) Updates `bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-release.yml` from 1.7.2 to 1.7.3 - [Commits](bemanproject/infra-workflows@1.7.2...1.7.3) --- updated-dependencies: - dependency-name: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-ci.yml dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-release.yml dependency-version: 1.7.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32edb3a commit 1d3e923

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci_tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ concurrency:
1717

1818
jobs:
1919
beman-submodule-check:
20-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.7.2
20+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-submodule-check.yml@1.7.3
2121

2222
preset-test:
23-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.7.2
23+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-preset-test.yml@1.7.3
2424
with:
2525
matrix_config: >
2626
[
@@ -35,7 +35,7 @@ jobs:
3535
]
3636
3737
build-and-test:
38-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.7.2
38+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-build-and-test.yml@1.7.3
3939
with:
4040
matrix_config: >
4141
{
@@ -187,7 +187,7 @@ jobs:
187187
}
188188
189189
vcpkg-ci:
190-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-ci.yml@1.7.2
190+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-ci.yml@1.7.3
191191
with:
192192
port_name: beman-expected
193193
feature_combinations: |
@@ -199,4 +199,4 @@ jobs:
199199
create-issue-when-fault:
200200
needs: [preset-test, build-and-test]
201201
if: failure() && github.event_name == 'schedule'
202-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.7.2
202+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-create-issue-when-fault.yml@1.7.3

.github/workflows/pre-commit-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
pre-commit:
1313
permissions:
1414
contents: read
15-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@1.7.2
15+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-pre-commit.yml@1.7.3

.github/workflows/pre-commit-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99

1010
jobs:
1111
auto-update-pre-commit:
12-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml@1.7.2
12+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-update-pre-commit.yml@1.7.3
1313
secrets:
1414
APP_ID: ${{ secrets.AUTO_PR_BOT_APP_ID }}
1515
PRIVATE_KEY: ${{ secrets.AUTO_PR_BOT_PRIVATE_KEY }}

.github/workflows/vcpkg-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
vcpkg-release:
99
permissions: {}
10-
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-release.yml@1.7.2
10+
uses: bemanproject/infra-workflows/.github/workflows/reusable-beman-vcpkg-release.yml@1.7.3
1111
with:
1212
port_name: beman-expected
1313
secrets:

0 commit comments

Comments
 (0)