Skip to content

Commit

Permalink
build(deps): bump szenius/set-timezone from 1.2 to 2.0
Browse files Browse the repository at this point in the history
Bumps [szenius/set-timezone](https://github.com/szenius/set-timezone) from 1.2 to 2.0.
- [Release notes](https://github.com/szenius/set-timezone/releases)
- [Commits](szenius/set-timezone@v1.2...v2.0)

---
updated-dependencies:
- dependency-name: szenius/set-timezone
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and johannesjo committed May 6, 2024
1 parent c1a7eed commit 7a6aa66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
node-version: 20
# required because setting via env.TZ does not work on windows
- name: Set timezone to Europe Standard Time
uses: szenius/set-timezone@v1.2
uses: szenius/set-timezone@v2.0
with:
timezoneWindows: 'W. Europe Standard Time'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ jobs:
node-version: 20
# required because setting via env.TZ does not work on windows
- name: Set timezone to Europe Standard Time
uses: szenius/set-timezone@v1.2
uses: szenius/set-timezone@v2.0
with:
timezoneWindows: 'W. Europe Standard Time'

Expand Down

0 comments on commit 7a6aa66

Please sign in to comment.