Skip to content

Commit

Permalink
Update CI deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bjonnh committed Dec 17, 2023
1 parent 6419322 commit 95f8470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
virtualenvs-in-project: true
- name: Get Year-Week Number
id: yearweeknum
run: echo "YEAR_WEEK_NUM=$(date +'%Y-%U')" >> $GITHUB_STATE
run: echo "YEAR_WEEK_NUM=$(date +'%Y-%U')" >> $GITHUB_OUTPUT
shell: bash
- name: Cache Database files
id: cache-db
Expand Down

0 comments on commit 95f8470

Please sign in to comment.