Skip to content

Commit

Permalink
updates workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
WolfgangFahl committed Feb 24, 2024
1 parent 5e3ec08 commit 79831ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,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 @@ -43,7 +43,7 @@ jobs:

- name: Cache Sqlite
id: cache-sqlite
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.ceurws
key: ceurws
Expand All @@ -55,7 +55,7 @@ jobs:
- name: save Sqlite
id: saveSqlite
uses: actions/cache/save@v3
uses: actions/cache/save@v4
with:
path: ~/.ceurws
key: ceurws
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upload-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
# IMPORTANT: this permission is mandatory for trusted publishing
id-token: write
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 79831ef

Please sign in to comment.