Skip to content

Commit 12ca876

Browse files
committed
github workflow versions bump
1 parent f3473af commit 12ca876

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/build-testbed.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,20 +30,20 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
33-
- uses: actions/checkout@v3
33+
- uses: actions/checkout@v4
3434

3535
# Runs a set of commands using the runners shell
3636
- name: install deps and build test bed
3737
run: |
3838
npm install
3939
npm run build:gh-pages
4040
- name: Setup Pages
41-
uses: actions/configure-pages@v2
41+
uses: actions/configure-pages@v5
4242
- name: Upload artifact
43-
uses: actions/upload-pages-artifact@v1
43+
uses: actions/upload-pages-artifact@v3
4444
with:
4545
# Upload built files
4646
path: './.gh-build'
4747
- name: Deploy to GitHub Pages
4848
id: deployment
49-
uses: actions/deploy-pages@v1
49+
uses: actions/deploy-pages@v4

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@byojs/locker",
33
"description": "Exclusive, stackable locking to control concurrent access to shared resource(s)",
4-
"version": "0.0.2",
4+
"version": "0.0.3",
55
"exports": {
66
".": "./dist/locker.mjs"
77
},
@@ -21,7 +21,7 @@
2121
"devDependencies": {
2222
"micromatch": "~4.0.8",
2323
"recursive-readdir-sync": "~1.0.6",
24-
"terser": "~5.31.6"
24+
"terser": "~5.37.0"
2525
},
2626
"repository": {
2727
"type": "git",

0 commit comments

Comments
 (0)