Skip to content

Commit 709d784

Browse files
authored
Merge pull request #52 from algorandfoundation/dependabot/github_actions/minor-and-patch-e1a4a48e16
build(deps): bump the minor-and-patch group with 2 updates
2 parents 59852b2 + 3617745 commit 709d784

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- uses: actions/[email protected]
17-
- uses: actions/setup-go@v6
17+
- uses: actions/setup-go@v6.3.0
1818
with:
1919
go-version-file: 'go.mod'
2020

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
20+
uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.0.0
2121
with:
2222
go-version-file: 'go.mod'
2323

@@ -58,7 +58,7 @@ jobs:
5858
fetch-depth: 0 # Fetch all history for changelog generation
5959

6060
- name: Set up Go
61-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
61+
uses: actions/setup-go@def8c394e3ad351a79bc93815e4a585520fe993b # v6.0.0
6262
with:
6363
go-version-file: 'go.mod'
6464

@@ -174,7 +174,7 @@ jobs:
174174
cat CHANGELOG.md
175175
176176
- name: Create Release
177-
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
177+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2.5.0
178178
with:
179179
body_path: CHANGELOG.md
180180
files: |

0 commit comments

Comments
 (0)