From 417684c3c580d35d9d66338d409c82527a2285ef Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Sat, 28 Sep 2024 12:08:11 +0300 Subject: [PATCH 1/2] Use Dependabot to update deps automatically --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..8c763bf21 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file From 121ed127b327846f1afa8b49245fc1b8d57fd6f4 Mon Sep 17 00:00:00 2001 From: Tatu Aalto Date: Sat, 28 Sep 2024 12:11:37 +0300 Subject: [PATCH 2/2] actions/upload-artifact@v3 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index d24a0ba01..589457319 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -87,7 +87,7 @@ jobs: # sudo chmod u+x ./selenium-server-standalone.jar # xvfb-run --auto-servernum python atest/run.py --zip headlesschrome --grid True - - uses: actions/upload-artifact@v1 + - uses: actions/upload-artifact@v3 if: failure() with: name: SeleniumLibrary Test results