From 37024b75c5b280ff1cb4a1f67b0f1d44206cae6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 08:42:17 +0000 Subject: [PATCH] Bump the all-actions-dependencies group with 2 updates Bumps the all-actions-dependencies group with 2 updates: [pixelfederation/gh-action-gh-release](https://github.com/pixelfederation/gh-action-gh-release) and [actions/checkout](https://github.com/actions/checkout). Updates `pixelfederation/gh-action-gh-release` from 0.1.1 to 0.1.2 - [Release notes](https://github.com/pixelfederation/gh-action-gh-release/releases) - [Changelog](https://github.com/pixelfederation/gh-action-gh-release/blob/main/CHANGELOG.md) - [Commits](https://github.com/pixelfederation/gh-action-gh-release/compare/0.1.1...0.1.2) Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) --- updated-dependencies: - dependency-name: pixelfederation/gh-action-gh-release dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all-actions-dependencies - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/gh-release.yaml | 2 +- .github/workflows/test.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-release.yaml b/.github/workflows/gh-release.yaml index 05d839c..4800955 100644 --- a/.github/workflows/gh-release.yaml +++ b/.github/workflows/gh-release.yaml @@ -8,7 +8,7 @@ on: jobs: gh-release: - uses: pixelfederation/gh-action-gh-release/.github/workflows/gh-release.yaml@0.1.1 + uses: pixelfederation/gh-action-gh-release/.github/workflows/gh-release.yaml@0.1.2 with: # If enabled, respects commits between SemVer tag build num iterations instead of previous commited tag (eg: X.X.X-y_2 -> X.X.X-y_3) tag_num: false diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index a448987..b2d45ae 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -16,7 +16,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: test yaml id: myyaml