Skip to content

Commit

Permalink
Merge pull request #4 from 6jarjar6/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4
  • Loading branch information
6jarjar6 authored Feb 18, 2024
2 parents 419aa2a + 61154d4 commit 6c13621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
steps:

- name: checkout repo content
uses: actions/checkout@v3 # checkout the repository content to github runner
uses: actions/checkout@v4 # checkout the repository content to github runner

- name: setup python
uses: actions/setup-python@v5
Expand Down

0 comments on commit 6c13621

Please sign in to comment.