Skip to content

Commit

Permalink
release-build workflow updated with correct actions/checkout version
Browse files Browse the repository at this point in the history
  • Loading branch information
clpetersonucf committed Apr 17, 2024
1 parent 306694a commit 14bab4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v4

- name: Test and build with node ${{ matrix.node-version }}
uses: actions/setup-node@v3
Expand Down

0 comments on commit 14bab4a

Please sign in to comment.