mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
Merge pull request #21342 from evverx/dependabot-error
ci: try to fix a Dependabot error
This commit is contained in:
commit
66a41360b4
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -4,3 +4,4 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 2
|
||||
|
2
.github/workflows/build_test.yml
vendored
2
.github/workflows/build_test.yml
vendored
@ -30,6 +30,6 @@ jobs:
|
||||
env: ${{ matrix.env }}
|
||||
steps:
|
||||
- name: Repository checkout
|
||||
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||
uses: actions/checkout@1e204e9a9253d643386038d443f96446fa156a97
|
||||
- name: Build check (${{ env.COMPILER }}-${{ env.COMPILER_VERSION }})
|
||||
run: sudo -E .github/workflows/build_test.sh
|
||||
|
Loading…
Reference in New Issue
Block a user