Skip to content

Commit dea3eea

Browse files
authored
Merge pull request #110 from jphickey/fix-cfs995-update-nodejs-version
Fix nasa/cFS#995, Update action versions
2 parents d1c4b39 + 1ff6f2c commit dea3eea

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/setup-osal/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ runs:
1919
using: 'composite'
2020
steps:
2121
- name: Checkout OSAL
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
repository: ${{ inputs.upstream-repo }}
2525
ref: ${{ inputs.upstream-ref }}

.github/workflows/static-analysis.yml

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

4646
steps:
4747
- name: Checkout
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v6
4949
with:
5050
path: source
5151

.github/workflows/validation-test.yml

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

5959
- name: Checkout EdsLib
6060
if: steps.cache-edslib.outputs.cache-hit != 'True'
61-
uses: actions/checkout@v4
61+
uses: actions/checkout@v6
6262
with:
6363
path: source
6464

0 commit comments

Comments
 (0)