Skip to content

Commit

Permalink
Updated checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismaddalena authored Jan 19, 2024
1 parent cb11bff commit 80d22db
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
token: ${{ secrets.GH_TOKEN }}

- name: Setup Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 80d22db

Please sign in to comment.