From e8737853541abe18b92a4ff57aecf2a2b60b2236 Mon Sep 17 00:00:00 2001 From: Kyle Simpson Date: Tue, 4 Feb 2025 16:51:10 -0600 Subject: [PATCH] github workflow versions bump --- .github/workflows/build-testbed.yml | 8 ++++---- package.json | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build-testbed.yml b/.github/workflows/build-testbed.yml index ec8a650..926ab89 100644 --- a/.github/workflows/build-testbed.yml +++ b/.github/workflows/build-testbed.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-latest steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # Runs a set of commands using the runners shell - name: install deps and build test bed @@ -38,12 +38,12 @@ jobs: npm install npm run build:gh-pages - name: Setup Pages - uses: actions/configure-pages@v2 + uses: actions/configure-pages@v5 - name: Upload artifact - uses: actions/upload-pages-artifact@v1 + uses: actions/upload-pages-artifact@v3 with: # Upload built files path: './.gh-build' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v1 + uses: actions/deploy-pages@v4 diff --git a/package.json b/package.json index 6b36b71..b0b398e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@byojs/scheduler", "description": "Throttle/debounce scheduler", - "version": "0.9.2", + "version": "0.9.3", "exports": { "./": "./dist/scheduler.mjs" }, @@ -21,7 +21,7 @@ "devDependencies": { "micromatch": "~4.0.8", "recursive-readdir-sync": "~1.0.6", - "terser": "~5.31.6" + "terser": "~5.37.0" }, "repository": { "type": "git",