Skip to content

Commit 3d8f4de

Browse files
Merge pull request #387 from metal3-io/dependabot/github_actions/release-0.5/github-actions-1ee0c4c1de
🌱 Bump the github-actions group across 1 directory with 2 updates
2 parents fa3d650 + 89c8699 commit 3d8f4de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5.5.0
3030
with:
3131
go-version: ${{ steps.vars.outputs.go_version }}
32-
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
32+
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
3333
name: Restore go cache
3434
with:
3535
path: |

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ jobs:
114114
curl -L "https://raw.githubusercontent.com/${{ github.repository }}/main/releasenotes/${{ env.RELEASE_TAG }}.md" \
115115
-o "${{ env.RELEASE_TAG }}.md"
116116
- name: Release
117-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
117+
uses: softprops/action-gh-release@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
118118
with:
119119
draft: true
120120
files: out/*

0 commit comments

Comments
 (0)