diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..90e05c40d --- /dev/null +++ b/.github/dependabot.yml @@ -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" diff --git a/.github/workflows/apple-gdb-1824.yml b/.github/workflows/apple-gdb-1824.yml index 761802e6a..75f842abe 100644 --- a/.github/workflows/apple-gdb-1824.yml +++ b/.github/workflows/apple-gdb-1824.yml @@ -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