limjh16 / jekyll-action-ts

:hammer: https://github.com/helaili/jekyll-action but without Docker
MIT License
44 stars 19 forks source link

Bump @actions/core from 1.2.4 to 1.2.6 #6

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 4 years ago

Bumps @actions/core from 1.2.4 to 1.2.6.

Changelog

Sourced from @actions/core's changelog.

1.2.6

1.2.5

Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/limjh16/jekyll-action-ts/network/alerts).
ann0see commented 3 years ago

Currently this GitHub action fails because this update is needed.

Therefore a merge seems to be important.

https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

limjh16 commented 3 years ago

Hey, thanks for the heads up! I will merge and test this when I have time this week

ann0see commented 3 years ago

Great! It's not as bad as I initially thought since I had a syntax error in my config file.

Nevertheless there's a deprecation warning.

ChrisHammond commented 3 years ago

Any chance this PR can be completed? The actions no longer work due to the set-env deprecation

dependabot[bot] commented 3 years ago

Looks like @actions/core is up-to-date now, so this is no longer needed.

limjh16 commented 3 years ago

hey, this should work now, sorry for the delay!

ChrisHammond commented 3 years ago

Thank you @limjh16 I'm testing things now, looks good!