From 423cc3307bc245dcb958a11a8f3c43d55a46dc9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:00:16 +0000 Subject: [PATCH 1/2] Bump codecov/codecov-action from 4 to 5 Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 4 to 5. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 f0d2057..8afcefd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: run: | pytest --cov=ctapipe_io_magic --cov-report=xml - - uses: codecov/codecov-action@v4 + - uses: codecov/codecov-action@v5 if: contains(github.event.pull_request.labels.*.name, 'documentation-only') == false with: fail_ci_if_error: true From 1b95e3870cd4a1f575e12baf1144df3a22fd9219 Mon Sep 17 00:00:00 2001 From: Alessio Berti Date: Wed, 20 Nov 2024 14:47:56 +0100 Subject: [PATCH 2/2] Change shebang. --- download_test_data.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download_test_data.sh b/download_test_data.sh index 5e1dd5f..942f15c 100755 --- a/download_test_data.sh +++ b/download_test_data.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e