Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Mon, 12 Feb 2024 23:01:18 UTC Commit: 39f9908247afc803d7c7109bc51f6022ab40a266 https://github.com/geany/www.geany.org/commit/39f9908247afc803d7c7109bc51f60...
Log Message: ----------- Add dependabot.yml for Github Actions updates
And save it some work and update Actions to latest versions.
Modified Paths: -------------- .github/dependabot.yml .github/workflows/linting.yml
Modified: .github/dependabot.yml 10 lines changed, 10 insertions(+), 0 deletions(-) =================================================================== @@ -0,0 +1,10 @@ +version: 2 +# Before applying suggested PRs, make sure that the new versions of any +# updated actions are allowed in +# https://github.com/organizations/geany/settings/actions +# Versions are pinned and restricted for security reasons. +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"
Modified: .github/workflows/linting.yml 6 lines changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -34,10 +34,10 @@ jobs: fail-fast: false
steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4
- name: Setup Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }}
@@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-22.04
steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4
- name: Install dependencies run: |
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).