Skip to content

Commit

Permalink
tries fixing build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Jun 3, 2024
1 parent e884a91 commit f21e99b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
python-version: ['3.10']

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

Expand All @@ -51,7 +51,7 @@ jobs:
run: |
mkdir -p ~/.ceurws
chmod 755 ~/.ceurws
- name: Cache Sqlite
id: cache-sqlite
uses: actions/cache@v4
Expand Down

0 comments on commit f21e99b

Please sign in to comment.