Skip to content

Commit

Permalink
Merge commit 'c2a309c384a7a0235fb51ff8914d381e32455d7f'
Browse files Browse the repository at this point in the history
  • Loading branch information
r-owen committed May 18, 2023
2 parents af03c1b + c2a309c commit 7b5fe3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2

- name: Set up Python
uses: actions/setup-python@v4
Expand All @@ -34,7 +34,7 @@ jobs:
needs: [test]

steps:
- uses: actions/checkout@v3.3.0
- uses: actions/checkout@v3.5.2

- name: Define the Docker tag
id: vars
Expand Down

0 comments on commit 7b5fe3c

Please sign in to comment.