Skip to content

Commit 9b5f454

Browse files
Merge pull request #200 from carloscastrojumo/dependabot/github_actions/github-actions-ac27bb405c
Bump the github-actions group with 2 updates
2 parents 06648a8 + 682884f commit 9b5f454

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
steps:
1515
# Release with semantic tag like v1.0.3
1616
- name: Checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@v6
1818
with:
1919
ref: ${{ github.event.release.tag_name }}
2020

2121
- name: Setup Node
22-
uses: actions/setup-node@v4
22+
uses: actions/setup-node@v6
2323

2424
- name: Test and Build
2525
run: |

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build: # make sure build/ci work properly
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- run: |
1616
npm install
1717
- run: |

0 commit comments

Comments
 (0)