Skip to content

Commit 9f6b2ff

Browse files
committed
ci: upgrade vendor actions
1 parent d478f4d commit 9f6b2ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-add-to-project.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Add issue and bugs to project
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/add-to-project@v0.5.0
14+
- uses: actions/add-to-project@v1.0.2
1515
with:
1616
project-url: https://github.com/orgs/overhangio/projects/4
1717
github-token: ${{ secrets.GH_PROJECT_PERSONAL_ACCESS_TOKEN }}

.github/workflows/sync.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
sync:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4
1212
with:
1313
fetch-depth: 0
1414
- name: Add remote

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
python-version: ['3.8', '3.12']
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:

0 commit comments

Comments
 (0)