Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
# for tagging the commit
contents: write
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v6

- uses: actions/setup-python@v2
- uses: actions/setup-python@v6
name: Install Python
with:
python-version: 3.12
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
echo "release_version=$release_version" >> $GITHUB_OUTPUT
echo "release_tag=$release_tag" >> $GITHUB_OUTPUT
- name: Tag commit
uses: actions/github-script@v7.0.1
uses: actions/github-script@v8
with:
script: |
github.rest.git.createRef({
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
container: python:${{ matrix.python-version }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Lint code
run: |
Expand Down Expand Up @@ -50,7 +50,7 @@ jobs:
--health-retries 5
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v6

- name: Install dependencies
run: |
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ click==8.1.7
redis==6.1.0
structlog==24.1.0
croniter
pytz