Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
jbboehr committed Sep 28, 2024
1 parent af3bf9d commit 8967b25
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- "gcc"
- "clang"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install packages
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- "gcc"
# - "clang"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install packages
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
DISTRO:
- "ubuntu-20.04"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install packages
Expand All @@ -118,7 +118,7 @@ jobs:
find scan-build -name 'index.html' -print -exec html2text \{} \;
exit 1
fi
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v4
if: failure()
with:
name: scan-build
Expand All @@ -127,7 +127,7 @@ jobs:
build_osx_autotools_default_args:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
- name: Install packages
Expand Down

0 comments on commit 8967b25

Please sign in to comment.