Branch: refs/heads/master Author: Enrico Tröger enrico.troeger@uvena.de Committer: Enrico Tröger enrico.troeger@uvena.de Date: Sun, 01 Jan 2023 17:47:41 UTC Commit: b651483e40f10480d0453a0f11c2c2327d759e7d https://github.com/geany/www.geany.org/commit/b651483e40f10480d0453a0f11c2c2...
Log Message: ----------- Github Actions: Update action versions
Modified Paths: -------------- .github/workflows/linting.yml
Modified: .github/workflows/linting.yml 6 lines changed, 3 insertions(+), 3 deletions(-) =================================================================== @@ -34,10 +34,10 @@ jobs: fail-fast: false
steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3
- name: Setup Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python }}
@@ -60,7 +60,7 @@ jobs: runs-on: ubuntu-20.04
steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3
- name: Install dependencies run: |
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).