Skip to content

Commit 6454c68

Browse files
chore(deps): bump nwtgck/actions-netlify from 2.0 to 3.0
Bumps [nwtgck/actions-netlify](https://github.com/nwtgck/actions-netlify) from 2.0 to 3.0. - [Release notes](https://github.com/nwtgck/actions-netlify/releases) - [Changelog](https://github.com/nwtgck/actions-netlify/blob/develop/CHANGELOG.md) - [Commits](nwtgck/actions-netlify@v2.0...v3.0) --- updated-dependencies: - dependency-name: nwtgck/actions-netlify dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0fd90c1 commit 6454c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
python3 -c 'import base64; print("alias="+base64.urlsafe_b64encode(bytes.fromhex("${{github.sha}}")).decode("utf-8").rstrip("="))' >> "$GITHUB_OUTPUT"
130130
echo "message=`git log -1 --pretty=format:"%s"`" >> "$GITHUB_OUTPUT"
131131
- name: Publish manual to Netlify
132-
uses: nwtgck/actions-netlify@v2.0
132+
uses: nwtgck/actions-netlify@v3.0
133133
id: publish-manual
134134
with:
135135
publish-dir: ./dist

0 commit comments

Comments
 (0)