Skip to content

Commit

Permalink
Merge pull request #3486 from pybamm-team/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…walsh128/cache-apt-pkgs-action-1.3.1

Bump awalsh128/cache-apt-pkgs-action from 1.3.0 to 1.3.1
  • Loading branch information
valentinsulzer authored Nov 13, 2023
2 parents 5913589 + aca3a86 commit 20bc71e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/[email protected].0
uses: awalsh128/[email protected].1
if: matrix.os == 'ubuntu-latest'
with:
packages: gfortran gcc graphviz pandoc
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/[email protected].0
uses: awalsh128/[email protected].1
with:
packages: gfortran gcc graphviz pandoc
execute_install_scripts: true
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/[email protected].0
uses: awalsh128/[email protected].1
if: matrix.os == 'ubuntu-latest'
with:
packages: gfortran gcc graphviz pandoc
Expand Down Expand Up @@ -274,7 +274,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/[email protected].0
uses: awalsh128/[email protected].1
with:
packages: gfortran gcc graphviz pandoc
execute_install_scripts: true
Expand Down Expand Up @@ -319,7 +319,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/[email protected].0
uses: awalsh128/[email protected].1
with:
packages: gfortran gcc graphviz pandoc
execute_install_scripts: true
Expand Down Expand Up @@ -377,7 +377,7 @@ jobs:

# Install and cache apt packages
- name: Install Linux system dependencies
uses: awalsh128/[email protected].0
uses: awalsh128/[email protected].1
with:
packages: gfortran gcc graphviz
execute_install_scripts: true
Expand Down

0 comments on commit 20bc71e

Please sign in to comment.