Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update @actions/core to fix set-output warning #20

Merged
merged 1 commit into from
Mar 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-18.04]
os: [ubuntu-22.04]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion index.js

Large diffs are not rendered by default.

17 changes: 9 additions & 8 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tar-action",
"version": "1.1.2",
"version": "1.1.3",
"description": "A github action to use tar in all platforms",
"main": "index.js",
"scripts": {
Expand All @@ -11,7 +11,7 @@
"author": "[email protected]",
"license": "MIT",
"dependencies": {
"@actions/core": "1.9.1",
"@actions/core": "1.10.0",
"@actions/github": "^5.0.0",
"tar": "^6.1.11"
},
Expand Down