Skip to content

Commit 141db43

Browse files
Change runner and action version in workflow
1 parent 9619c17 commit 141db43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ on:
1111
jobs:
1212
add-to-project:
1313
name: Add to project
14-
runs-on: ubuntu-latest
14+
runs-on: arc-runner-set
1515
steps:
16-
- uses: actions/add-to-project@v1.0.2
16+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
1717
with:
1818
project-url: https://github.com/orgs/UnitVectorY-Labs/projects/41
1919
github-token: ${{ secrets.PROJECT_GITHUB_ACTION }}

0 commit comments

Comments
 (0)