Skip to content

Commit

Permalink
Merge pull request #22 from nodenv/template-versions
Browse files Browse the repository at this point in the history
Pin templates to a version
  • Loading branch information
jasonkarns committed May 29, 2024
2 parents ac7d519 + b9916d7 commit 39f6d62
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion workflow-templates/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ on:
jobs:
github:
permissions: { contents: write }
uses: nodenv/.github/.github/workflows/release.yml@main
uses: nodenv/.github/.github/workflows/release.yml@v4
2 changes: 1 addition & 1 deletion workflow-templates/sync-default-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ on:
jobs:
sync:
permissions: { contents: write }
uses: nodenv/.github/.github/workflows/sync-default-branch.yml@main
uses: nodenv/.github/.github/workflows/sync-default-branch.yml@v4
4 changes: 2 additions & 2 deletions workflow-templates/test.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Test
on: [push, pull_request]
on: [push, pull_request, workflow_dispatch]

jobs:
test:
uses: nodenv/.github/.github/workflows/test.yml@main
uses: nodenv/.github/.github/workflows/test.yml@v4
permissions:
contents: read
packages: read
Expand Down

0 comments on commit 39f6d62

Please sign in to comment.