Skip to content

Commit

Permalink
ci: Update get-current-time to v2.1.2 which uses Node 20
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjacobs authored Feb 16, 2024
1 parent fe2ed81 commit eaca503
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
echo "is_active=$is_active" >> $GITHUB_OUTPUT
- name: Get current time with dashes
uses: 1466587594/[email protected].1
uses: 1466587594/[email protected].2
id: current_time_dashes
with:
format: YYYY-MM-DD

- name: Get current time with underscores
uses: 1466587594/[email protected].1
uses: 1466587594/[email protected].2
id: current_time_underscores
with:
format: YYYY_MM_DD
Expand Down Expand Up @@ -533,13 +533,13 @@ jobs:
- uses: actions/checkout@v4

- name: Get current time with dashes
uses: 1466587594/[email protected].1
uses: 1466587594/[email protected].2
id: current_time_dashes
with:
format: YYYY-MM-DD

- name: Get current time with dots
uses: 1466587594/[email protected].1
uses: 1466587594/[email protected].2
id: current_time_dots
with:
format: YYYY.MM.DD
Expand Down

0 comments on commit eaca503

Please sign in to comment.