Skip to content

Commit

Permalink
Merge pull request #477 from lona-web-org/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4

build: Bump actions/checkout from 3 to 4
  • Loading branch information
fscherf authored Sep 6, 2023
2 parents 77b4091 + 7962d64 commit f677376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
python-version: ['3.10']

steps:
- uses: actions/checkout@v3
- 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.8', '3.9', '3.10', '3.11']

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

0 comments on commit f677376

Please sign in to comment.