Skip to content

Commit

Permalink
Merge pull request #18 from GtheSheep/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/checkout-4

ci: bump actions/checkout from 2 to 4
  • Loading branch information
GtheSheep authored May 25, 2024
2 parents f83fdea + 76d7324 commit b764a81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
python-version: [3.9]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand All @@ -40,7 +40,7 @@ jobs:
python-version: [3.7, 3.8, 3.9]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit b764a81

Please sign in to comment.