Skip to content

Commit

Permalink
Fix: Semantic release action package versions
Browse files Browse the repository at this point in the history
* Update: Semantic release action package versions

* Fix: Remove superfluous semicolon
  • Loading branch information
cahirodoherty-learningpool authored Jan 30, 2023
1 parent 799467d commit e7d02d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 'lts/*'
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion templates/resources.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function Resources (props) {
selectedFilter={selectedFilter}
filename={ filename}
_forceDownload={_forceDownload} />
)};
)}

</div>

Expand Down

0 comments on commit e7d02d4

Please sign in to comment.