Skip to content

Commit

Permalink
moden actions
Browse files Browse the repository at this point in the history
  • Loading branch information
fpelliccioni committed May 27, 2024
1 parent b0219c6 commit 685383d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-with-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
echo "inputs.upload: ${{ inputs.upload }}"
# echo "github.event_name: ${{ github.event_name }}"
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/knuth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,12 @@ jobs:
matrix: ${{fromJson(needs.generate-matrix.outputs.matrix)}}
name: ${{ matrix.config.name }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.9"
python-version: "3.12"

- name: Settting EnvVars (Unix)
if: ${{ matrix.config.os_kind != 'windows' }}
Expand Down

0 comments on commit 685383d

Please sign in to comment.