Skip to content

Commit

Permalink
actions/checkoutをv4に更新
Browse files Browse the repository at this point in the history
  • Loading branch information
HansRobo committed Nov 9, 2023
1 parent 7145818 commit a056102
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
git config --global --add safe.directory '*'
- uses: actions/checkout@v2-beta
- uses: actions/checkout@v4
with:
fetch-depth: 0
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync_doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@master
uses: actions/checkout@v4

- name: Run GitHub File Sync
uses: BetaHuhn/repo-file-sync-action@v1
Expand Down

0 comments on commit a056102

Please sign in to comment.