Skip to content

Commit f2a0f69

Browse files
author
Steven Silvester
committed
make all of the actions use v1 tag internally
1 parent 4e49f55 commit f2a0f69

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/draft-changelog/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
using: "composite"
3636
steps:
3737
- name: install-releaser
38-
uses: ./.github/actions/install-releaser
38+
uses: jupyter-server/jupyter_releaser/.github/actions/install-releaser@v1
3939

4040
- shell: bash
4141
id: draft-changelog

.github/actions/draft-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ runs:
3939
using: "composite"
4040
steps:
4141
- name: install-releaser
42-
uses: ./.github/actions/install-releaser
42+
uses: jupyter-server/jupyter_releaser/.github/actions/install-releaser@v1
4343

4444
- shell: bash
4545
id: draft-release

.github/actions/publish-release/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ runs:
2727
using: "composite"
2828
steps:
2929
- name: install-releaser
30-
uses: ./.github/actions/install-releaser
30+
uses: jupyter-server/jupyter_releaser/.github/actions/install-releaser@v1
3131

3232
- shell: bash
3333
id: publish-release

0 commit comments

Comments
 (0)