Skip to content

Commit

Permalink
Merge pull request #247 from chewing/dependabot/github_actions/github…
Browse files Browse the repository at this point in the history
…-actions-8a9da2b879

build(deps): bump actions/checkout from 2 to 4 in the github-actions group
  • Loading branch information
kanru authored Feb 1, 2025
2 parents d592d72 + 1ba2773 commit d91b9e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
outputs:
should_run: ${{ steps.should_run.outputs.should_run }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: print latest_commit
run: echo ${{ github.sha }}

Expand Down

0 comments on commit d91b9e5

Please sign in to comment.