Skip to content

Commit

Permalink
Merge pull request #6 from SebRollen/sr-try-other-toml-dep
Browse files Browse the repository at this point in the history
dep: switch to @iarna/toml over toml
  • Loading branch information
SebRollen authored Oct 29, 2022
2 parents d016e4d + 4360106 commit 7413a53
Show file tree
Hide file tree
Showing 48 changed files with 2,866 additions and 5,361 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const core = require('@actions/core');
const github = require('@actions/github');
const toml = require('toml');
const toml = require('@iarna/toml');
const fs = require('fs');

try {
Expand Down
10 changes: 5 additions & 5 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

278 changes: 278 additions & 0 deletions node_modules/@iarna/toml/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 14 additions & 0 deletions node_modules/@iarna/toml/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7413a53

Please sign in to comment.