Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cooljeanius/apple-gdb-1824
Browse files Browse the repository at this point in the history
Change-Id: Ied60adf115d104984e024ca364b013e6cbaa66a0
  • Loading branch information
cooljeanius committed Oct 1, 2023
2 parents a1901ab + 66ffe92 commit 3a1c0c6
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/apple-gdb-1824.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-16.04
steps:
- name: checkout
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0
# # 'Transformers::TravisCI::Scripts::Dependencies' dependencies are currently unsupported
# # 'compiler' was not transformed because there is no suitable equivalent in GitHub Actions
- run: sudo apt-get update
Expand Down

0 comments on commit 3a1c0c6

Please sign in to comment.