Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
MathRobin committed Feb 22, 2024
1 parent 7bba397 commit 6f7593f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_linux_gmt8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, ubuntu-20.04 ]
os: [ubuntu-latest, ubuntu-20.04]
name: Test GMT +8 on Ubuntu
steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Maintained fork from https://github.com/szenius/set-timezone (Abandoned project)

![Test Action](https://github.com/MathRobin/set-timezone/workflows/.github/workflows/action.yml/badge.svg)
![Test Action](https://github.com/MathRobin/setup-timezone/workflows/.github/workflows/action.yml/badge.svg)

This action sets timezone in your runner's locale based on its OS.

Expand All @@ -17,7 +17,7 @@ This action sets timezone in your runner's locale based on its OS.
## Example usage

```yaml
uses: MathRobin/set[email protected]
uses: MathRobin/setup[email protected]
with:
timezoneLinux: 'Asia/Singapore'
timezoneMacos: 'Europe/Paris'
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "set-timezone",
"name": "setup-timezone",
"version": "1.0",
"description": "Set timezone",
"main": "index.js",
Expand All @@ -17,14 +17,14 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/MathRobin/set-timezone.git"
"url": "git+https://github.com/MathRobin/setup-timezone.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MathRobin/set-timezone/issues"
"url": "https://github.com/MathRobin/setup-timezone/issues"
},
"homepage": "https://github.com/MathRobin/set-timezone#readme",
"homepage": "https://github.com/MathRobin/setup-timezone#readme",
"dependencies": {
"@actions/core": "1.10.1",
"execa": "8.0.1"
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3141,9 +3141,9 @@ __metadata:
languageName: node
linkType: hard

"set-timezone@workspace:.":
"setup-timezone@workspace:.":
version: 0.0.0-use.local
resolution: "set-timezone@workspace:."
resolution: "setup-timezone@workspace:."
dependencies:
"@actions/core": "npm:1.10.1"
"@vercel/ncc": "npm:0.38.1"
Expand Down

0 comments on commit 6f7593f

Please sign in to comment.