File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11
11
name : Add issue and bugs to project
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/add-to-project@v0.5.0
14
+ - uses : actions/add-to-project@v1.0.2
15
15
with :
16
16
project-url : https://github.com/orgs/overhangio/projects/4
17
17
github-token : ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 8
8
sync :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v3
11
+ - uses : actions/checkout@v4
12
12
with :
13
13
fetch-depth : 0
14
14
- name : Add remote
Original file line number Diff line number Diff line change 11
11
matrix :
12
12
python-version : ['3.8', '3.12']
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
- name : Set up Python
16
16
uses : actions/setup-python@v5
17
17
with :
You can’t perform that action at this time.
0 commit comments