Skip to content

Commit

Permalink
Merge pull request #118 from thijstriemstra/patch-1
Browse files Browse the repository at this point in the history
ci: update dependencies
  • Loading branch information
bxparks authored Jul 25, 2024
2 parents 373ce16 + 4984d73 commit 2b962c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# manually.
steps:
- name: Checkout AceTime
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Checkout Additional Repos
run: |
Expand All @@ -37,10 +37,10 @@ jobs:
git clone --depth 1 https://github.com/bxparks/acetimepy
git clone https://github.com/eggert/tz
- name: Set up Python 3.7
uses: actions/setup-python@v2
- name: Set up Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.7'
python-version: '3.10'

- name: Display Python version
run: python -c "import sys; print(sys.version)"
Expand Down

0 comments on commit 2b962c0

Please sign in to comment.