Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: nicerobot/tools.build/ci/actions@v2
- uses: nicerobot/tools.build/ci/actions@v2.6.1
2 changes: 1 addition & 1 deletion .github/workflows/dockerfiles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: nicerobot/tools.build/ci/dockerfiles@v2
- uses: nicerobot/tools.build/ci/dockerfiles@v2.6.1
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: nicerobot/tools.build/ci/docs@v2
- uses: nicerobot/tools.build/ci/docs@v2.6.1
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: nicerobot/tools.build/ci/go@v2
- uses: nicerobot/tools.build/ci/go@v2.6.1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
# Opt out per repo by committing a `.no-autorelease` file to the root: the
# action detects it and no-ops, so re-distribution can't silently re-enable it.
- id: tag
uses: nicerobot/tools.build/tag@v2
uses: nicerobot/tools.build/tag@v2.6.1

# Publishing the tag's artifacts. Without this the tag job mints a version that
# nothing ever builds: binaries are never attached to the release and, for a
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ jobs:
- uses: actions/checkout@v5
with:
persist-credentials: false
- uses: nicerobot/tools.build/ci/shell@v2
- uses: nicerobot/tools.build/ci/shell@v2.6.1