Skip to content

Commit

Permalink
Bump actions/checkout from v3 to v4.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
t-sommer authored Sep 10, 2024
1 parent ade7497 commit 67957ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-spec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-20.04
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7

- name: Build code snippets
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: windows-2022
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4.1.7

- run: |
PowerShell -ExecutionPolicy Bypass -Command ./generate_figures.ps1
Expand All @@ -49,7 +49,7 @@ jobs:
steps:

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

Expand Down

0 comments on commit 67957ce

Please sign in to comment.