Skip to content

Commit d9d535a

Browse files
authored
bump some more versions
1 parent 38727ad commit d9d535a

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
steps:
4141
- name: Checkout repository
42-
uses: actions/checkout@v2
42+
uses: actions/checkout@v6
4343

4444
# Initializes the CodeQL tools for scanning.
4545
- name: Initialize CodeQL

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,14 @@ jobs:
3939
statuses: write
4040
checks: write
4141
steps:
42-
- uses: actions/checkout@v3
42+
- uses: actions/checkout@v6
4343
with:
4444
fetch-depth: 0
4545

46-
- uses: actions/setup-node@v3
46+
- uses: actions/setup-node@v6
4747
with:
4848
cache: 'npm'
49-
node-version: 20
49+
node-version: 24
5050
registry-url: 'https://registry.npmjs.org'
5151
scope: '@octopusdeploy'
5252
- run: npm install
@@ -60,7 +60,7 @@ jobs:
6060
OCTOPUS_TEST_URL: ${{ env.SERVER_URL }}
6161
OCTOPUS_TEST_API_KEY: ${{ env.ADMIN_API_KEY }}
6262

63-
- uses: dorny/test-reporter@v1
63+
- uses: dorny/test-reporter@v3
6464
if: success() || failure()
6565
name: Tests report
6666
with:

0 commit comments

Comments
 (0)