From 8ea6b55c3a2dc3329031368819e2055fa1574921 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 22:44:13 +0000 Subject: [PATCH] build(deps): bump boyum/pack-h5p-action from 1.0.1 to 1.2.1 Bumps [boyum/pack-h5p-action](https://github.com/boyum/pack-h5p-action) from 1.0.1 to 1.2.1. - [Release notes](https://github.com/boyum/pack-h5p-action/releases) - [Changelog](https://github.com/boyum/pack-h5p-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/boyum/pack-h5p-action/compare/v1.0.1...v1.2.1) --- updated-dependencies: - dependency-name: boyum/pack-h5p-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7035972..242d2d0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: name: Pack and release steps: - uses: actions/checkout@v4 - - uses: boyum/pack-h5p-action@v1.0.1 + - uses: boyum/pack-h5p-action@v1.2.1 id: release-h5p - uses: "marvinpinto/action-automatic-releases@latest" # https://github.com/marvinpinto/actions/tree/master/packages/automatic-releases if: ${{ github.ref == 'refs/heads/master' }}