Skip to content

Commit

Permalink
chore(ci): Update ci jobs version
Browse files Browse the repository at this point in the history
  • Loading branch information
svsool committed Dec 18, 2021
1 parent 75ea7d4 commit 3a09b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
ci_jobs:
name: CI Jobs
uses: svsool/vscode-memo/.github/workflows/ci_jobs.yml@593c886f480a99ba18fe4fce8de01c4634174041
uses: svsool/vscode-memo/.github/workflows/ci_jobs.yml@75ea7d4b8a3f49d7cfc809ced788ad84636369d0
secrets:
VSCE_PAT: ${{ secrets.VSCE_PAT }}
OVSX_PAT: ${{ secrets.OVSX_PAT }}
2 changes: 1 addition & 1 deletion .github/workflows/dependabot_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
ci_jobs:
name: CI Jobs
if: ${{ github.actor == 'dependabot[bot]' }}
uses: svsool/vscode-memo/.github/workflows/ci_jobs.yml@593c886f480a99ba18fe4fce8de01c4634174041
uses: svsool/vscode-memo/.github/workflows/ci_jobs.yml@75ea7d4b8a3f49d7cfc809ced788ad84636369d0

0 comments on commit 3a09b86

Please sign in to comment.