Skip to content

Commit

Permalink
CI version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwilliams committed May 25, 2024
1 parent 3603368 commit 4dfc05f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: echo ::set-output name=tag::${GITHUB_REF#refs/*/}

- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4.1.6
with:
submodules: recursive

Expand All @@ -34,12 +34,12 @@ jobs:
cmake-version: '3.19.x'

- name: Install Python
uses: actions/setup-python@v4 # Use pip to install latest CMake, & FORD/Jin2For, etc.
uses: actions/setup-python@v5.1.0 # Use pip to install latest CMake, & FORD/Jin2For, etc.
with:
python-version: ${{ matrix.python-version }}

- name: Setup Graphviz
uses: ts-graphviz/setup-graphviz@v1
uses: ts-graphviz/setup-graphviz@v2.0.2

- name: Install Python dependencies
if: contains( matrix.os, 'ubuntu')
Expand Down

0 comments on commit 4dfc05f

Please sign in to comment.