Skip to content

Commit 689afa1

Browse files
workflows: bump hmarr/debug-action from 2 to 3 (#8456)
Bumps [hmarr/debug-action](https://github.com/hmarr/debug-action) from 2 to 3. - [Release notes](https://github.com/hmarr/debug-action/releases) - [Commits](hmarr/debug-action@v2...v3) --- updated-dependencies: - dependency-name: hmarr/debug-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 978b280 commit 689afa1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cron-unstable-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: echo "date=$(date '+%Y-%m-%d-%H_%M_%S')" >> $GITHUB_OUTPUT
3838

3939
- name: Debug event output
40-
uses: hmarr/debug-action@v2
40+
uses: hmarr/debug-action@v3
4141

4242
# Now we need to determine which branch to build
4343
- name: Manual run - get branch

.github/workflows/pr-package-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "date=$(date '+%Y-%m-%d-%H_%M_%S')" >> $GITHUB_OUTPUT
3333

3434
- name: Debug event output
35-
uses: hmarr/debug-action@v2
35+
uses: hmarr/debug-action@v3
3636

3737
pr-package-test-build-generate-matrix:
3838
name: PR - packages build matrix

0 commit comments

Comments
 (0)