Skip to content

Commit

Permalink
update actions/checkout@v3
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurano committed Nov 1, 2023
1 parent b18ba59 commit 1356071
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,27 +15,27 @@ jobs:
working-directory: ./
steps:
- name: Articles
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ricosjp/Articles
path: Articles
- name: WorkRules
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ricosjp/WorkRules
path: WorkRules
- name: organization
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ricosjp/rules_organization
path: organization
- name: research
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ricosjp/rules_research
path: research
- name: safety
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: ricosjp/rules_safety
path: safety
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
cat files.json | jq -c > files2.json
mv files2.json files.json
- name: Rules
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: rules
- name: copy
Expand Down

0 comments on commit 1356071

Please sign in to comment.