Skip to content

Commit 4b9f7ae

Browse files
build(deps): bump ilammy/setup-nasm from 1.5.1 to 1.5.2 (#643)
Bumps [ilammy/setup-nasm](https://github.com/ilammy/setup-nasm) from 1.5.1 to 1.5.2. - [Release notes](https://github.com/ilammy/setup-nasm/releases) - [Commits](ilammy/setup-nasm@v1.5.1...v1.5.2) --- updated-dependencies: - dependency-name: ilammy/setup-nasm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0e119fd commit 4b9f7ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-post-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Install nasm
4949
if: matrix.target.os == 'windows-latest'
50-
uses: ilammy/[email protected].1
50+
uses: ilammy/[email protected].2
5151

5252
- name: Install OpenSSL
5353
if: matrix.target.os == 'windows-latest'

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: Install nasm
5858
if: matrix.target.os == 'windows-latest'
59-
uses: ilammy/[email protected].1
59+
uses: ilammy/[email protected].2
6060

6161
- name: Install OpenSSL
6262
if: matrix.target.os == 'windows-latest'

0 commit comments

Comments
 (0)