Skip to content

Commit

Permalink
Switch to GITHUB_OUTPUT in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Redmar-van-den-Berg committed Aug 22, 2024
1 parent c283c86 commit d0abd53
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 @@ -41,7 +41,7 @@ jobs:
# This is used to invalidate the conda environment every week
- name: Get year and week (for conda cache)
id: get-date
run: echo "::set-output name=week::$(/bin/date -u '+%Y-w%V')"
run: echo "week=$(/bin/date -u '+%Y-w%V')" >> $GITHUB_OUTPUT
shell: bash

- name: Cache conda environment
Expand Down

0 comments on commit d0abd53

Please sign in to comment.