diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..df9e0c5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + groups: + github-actions: + patterns: + - "*" diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a7f832b..18b5f4a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -18,7 +18,7 @@ jobs: has_targets: ${{ steps.detect.outputs.has_targets }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -59,7 +59,7 @@ jobs: CONAN_PASSWORD: ${{ secrets.CONAN_PASSWORD || secrets.GITEA_TOKEN }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install host build tools uses: awalsh128/cache-apt-pkgs-action@latest diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 94700ed..9ca673f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: has_targets: ${{ steps.detect.outputs.has_targets }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -56,7 +56,7 @@ jobs: matrix: ${{ fromJson(needs.detect-targets.outputs.matrix) }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install host build tools uses: awalsh128/cache-apt-pkgs-action@latest