Skip to content

Commit

Permalink
Update @actions/core to fix set-output warning (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
redian authored Mar 5, 2023
1 parent 98ec78d commit 0349c8a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 12 deletions.
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

0 comments on commit 0349c8a

Please sign in to comment.