From 6f7593f0dc46b5c800ef6f41460cd0defee54ff0 Mon Sep 17 00:00:00 2001 From: Mathieu KIM ROBIN Date: Thu, 22 Feb 2024 14:48:43 +0100 Subject: [PATCH] chore(deps): upgrade --- .github/workflows/test_linux_gmt8.yml | 2 +- README.md | 4 ++-- package.json | 8 ++++---- yarn.lock | 4 ++-- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/test_linux_gmt8.yml b/.github/workflows/test_linux_gmt8.yml index 1c37d36..84b0f2b 100644 --- a/.github/workflows/test_linux_gmt8.yml +++ b/.github/workflows/test_linux_gmt8.yml @@ -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 diff --git a/README.md b/README.md index 857ee2d..f018fc8 100644 --- a/README.md +++ b/README.md @@ -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. @@ -17,7 +17,7 @@ This action sets timezone in your runner's locale based on its OS. ## Example usage ```yaml -uses: MathRobin/set-timezone@v1.0 +uses: MathRobin/setup-timezone@v1.0 with: timezoneLinux: 'Asia/Singapore' timezoneMacos: 'Europe/Paris' diff --git a/package.json b/package.json index bd0b4cd..eb325ad 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "set-timezone", + "name": "setup-timezone", "version": "1.0", "description": "Set timezone", "main": "index.js", @@ -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" diff --git a/yarn.lock b/yarn.lock index e06a90f..cce7e46 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"