Skip to content

Commit 29de7fa

Browse files
ci: update tj-actions to step-security (#3)
1 parent 0186624 commit 29de7fa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ jobs:
1616
new_tag_short: ${{ steps.prepare.outputs.new_tag_short }}
1717
name: ${{ steps.prepare.outputs.name }}
1818
steps:
19-
- uses: reearth/actions/.github/actions/prepare-build@main
19+
- uses: reearth/actions/prepare-build@main
2020
id: prepare
2121
with:
2222
repo: ${{ vars.REPO }}
2323
- name: changed files for server
2424
id: server
25-
uses: tj-actions/changed-files@v45
25+
uses: step-security/changed-files@v45
2626
with:
2727
files: |
2828
server/**
2929
.github/workflows/ci.yml
3030
.github/workflows/ci-server.yml
3131
- name: changed files for web
3232
id: web
33-
uses: tj-actions/changed-files@v45
33+
uses: step-security/changed-files@v45
3434
with:
3535
files: |
3636
web/**

0 commit comments

Comments
 (0)