Skip to content

Commit

Permalink
A couple more GA tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven-Eardley committed Sep 25, 2024
1 parent bbd9376 commit b66b70a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: checkout the branch of interest
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: doaj

Expand All @@ -31,7 +31,7 @@ jobs:
- name: set up a python 3.10 environment
uses: actions/setup-python@v5
with:
python-version: 3.10.12
python-version: '3.10'

- name: install elasticsearch
uses: getong/[email protected]
Expand Down

0 comments on commit b66b70a

Please sign in to comment.