Skip to content

Commit cd5c250

Browse files
authored
Merge pull request #1 from dependabot/github_actions/github-actions-d854dacdb6
Bump the github-actions group with 2 updates
2 parents 003819b + 8f73ab0 commit cd5c250

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424

2525
- name: Install packaging tools
2626
run: sudo apt-get update && sudo apt-get install -y rsync dpkg-dev

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-24.04
2121
steps:
2222
- name: Checkout release tag
23-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23+
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
2424
with:
2525
ref: ${{ github.event.release.tag_name }}
2626

@@ -51,7 +51,7 @@ jobs:
5151
ls -la "$expected"
5252
5353
- name: Upload to GitHub Release
54-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
54+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
5555
with:
5656
files: build/debian/streamdeck-openpnp_${{ steps.version.outputs.version }}_all.deb
5757
fail_on_unmatched_files: true

0 commit comments

Comments
 (0)