Update GitHub Action Versions (#169)

* Update GitHub Action Versions

* Update .github/workflows/validate.yml

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Vincent Le Bourlot 2023-10-11 10:23:05 +02:00 committed by GitHub
parent 5c0b5bafc0
commit 984a7fb41c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,6 +7,6 @@ jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
- uses: actions/setup-python@v4.7.0
- uses: pre-commit/action@v3.0.0

View File

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.6.0
- uses: actions/checkout@v4.1.0
with:
# [Required] Access token with `workflow` scope.
token: ${{ secrets.WORKFLOW_SECRET }}