ci: upgrade vendor actions

This commit is contained in:
Régis Behmo 2024-10-03 11:16:24 +02:00
parent b8281e51dc
commit 446587b788
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ jobs:
name: Add issue and bugs to project name: Add issue and bugs to project
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/add-to-project@v0.5.0 - uses: actions/add-to-project@v1.0.2
with: with:
project-url: https://github.com/orgs/overhangio/projects/4 project-url: https://github.com/orgs/overhangio/projects/4
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }} github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}

View File

@ -8,7 +8,7 @@ jobs:
sync: sync:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Add remote - name: Add remote

View File

@ -11,7 +11,7 @@ jobs:
matrix: matrix:
python-version: ['3.8', '3.12'] python-version: ['3.8', '3.12']
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v5 uses: actions/setup-python@v5
with: with: