Skip to content

Commit

Permalink
Bump actions extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltryby committed Oct 4, 2024
1 parent dfa03c5 commit ff3bfd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install boost-test
env:
Expand Down Expand Up @@ -55,17 +55,17 @@ jobs:

steps:
- name: Checkout swmm repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout ci-tools repo
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: USEPA/swmm-ci-tools
ref: master
path: ci-tools

- name: Setup python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.11'

Expand Down

0 comments on commit ff3bfd0

Please sign in to comment.