From f8c05ce9f05ca67f1d0b02324fe94ca93a3d3372 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Aug 2022 04:26:03 +0000 Subject: [PATCH] feat: upgrade @actions/github from 1.1.0 to 5.0.3 Snyk has created this PR to upgrade @actions/github from 1.1.0 to 5.0.3. See this package in npm: https://www.npmjs.com/package/@actions/github See this project in Snyk: https://app.snyk.io/org/marcelraschke/project/f557b291-7ae1-4f8c-bc64-dc628c589df4?utm_source=github&utm_medium=referral&page=upgrade-pr --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a3f1c574..7e3fe83c5 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "dependencies": { "@actions/core": "^1.2.2", "@actions/exec": "^1.0.3", - "@actions/github": "^1.1.0", + "@actions/github": "^5.0.3", "@actions/http-client": "^1.0.6", "@actions/io": "^1.0.2", "@actions/tool-cache": "^1.5.4",