diff options
| author | stonedDiscord <Tukz@gmx.de> | 2025-11-10 21:49:39 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-10 21:49:39 +0100 |
| commit | ca95f0ef01c8cae4ef80f50feb2aca65ea2cbc1f (patch) | |
| tree | 6dd1ca203d3fa05d49e2520b7445c70067b714df | |
| parent | 4481a8cec80287c509f50843bcf30f9abc451aae (diff) | |
| parent | 498ea98a5d901e4dafc9c0aa242cc67dd5b13f9b (diff) | |
Merge pull request #273 from AttorneyOnline/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
| -rw-r--r-- | .github/workflows/deploy.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b3d178b..c5cefd2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -12,7 +12,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 cache: 'npm' diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dbb910c..aaeffbb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,7 +9,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 - name: Setup Node - uses: actions/setup-node@v5 + uses: actions/setup-node@v6 with: node-version: 20 - name: Install Dependencies |
