Skip to content

Commit 95dc943

Browse files
authored
Merge pull request #225 from git-for-windows/dependabot/npm_and_yarn/adobe/node-fetch-retry-1.1.2
build(deps): bump @adobe/node-fetch-retry from 1.1.1 to 1.1.2
2 parents c3ca40e + fadffef commit 95dc943

File tree

5 files changed

+76
-47
lines changed

5 files changed

+76
-47
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,11 @@ jobs:
2626
cat diff.txt
2727
exit 1
2828
}
29+
- uses: actions/upload-artifact@v2
30+
if: failure()
31+
with:
32+
name: diff.txt
33+
path: diff.txt
2934
test: # make sure the action works on a clean machine without building
3035
runs-on: windows-latest
3136
steps:

dist/index.js

Lines changed: 66 additions & 42 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@actions/cache": "^1.0.7",
3131
"@actions/core": "^1.6.0",
32-
"@adobe/node-fetch-retry": "^1.1.1",
32+
"@adobe/node-fetch-retry": "^1.1.2",
3333
"node-fetch": "^2.6.1",
3434
"unzipper": "^0.10.11"
3535
},

0 commit comments

Comments
 (0)