Skip to content

Commit

Permalink
update checkout version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
tnutapas authored Feb 6, 2024
1 parent be4a7f3 commit 2b9c880
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/clone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Clone Count Update

on:
schedule:
- cron: "10 0 * * SUN"
- cron: "09 0 * * SUN"
workflow_dispatch:

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: clone_count

Expand Down Expand Up @@ -90,4 +90,4 @@ jobs:
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: clone_count
branch: clone_count

0 comments on commit 2b9c880

Please sign in to comment.