Skip to content

Commit d0d1e3d

Browse files
authored
Document manually updated dependencies (#31)
1 parent 66894d8 commit d0d1e3d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

.devcontainer/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM mcr.microsoft.com/vscode/devcontainers/base:${VARIANT}
77

88

99
ARG GIT_EDITOR_SCRIPT_SOURCE="https://raw.githubusercontent.com/microsoft/vscode-dev-containers/master/containers/codespaces-linux/.devcontainer/git-ed.sh"
10-
ARG SHELLCHECK_VERSION="v0.7.1"
10+
ARG SHELLCHECK_VERSION="v0.7.0"
1111
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
1212
# hadolint ignore=DL3008
1313
RUN apt-get update \

.github/workflows/dependabot_hack.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,19 @@ jobs:
1111
name: Ensure dependabot version checks
1212
runs-on: ubuntu-latest
1313
steps:
14+
15+
# update the version manually in these places, too:
16+
# - the default version in `action.yml`
17+
# - the example version in the README
18+
# - the latest version in the 'tests.yml'
19+
- uses: SpectoLabs/[email protected]
20+
21+
# update the version in `check_semver_labels.yml` manually, too
22+
# (eventually Dependabot will do this automatically and I won't need this hack)
1423
- uses: agilepathway/[email protected]
24+
25+
# update the version in the devcontainer `Dockerfile` manually, too
1526
- uses: koalaman/[email protected]
27+
28+
# update the version in `github_tag_and_release.yml` manually, too
1629
- uses: golang/[email protected]
17-
- uses: SpectoLabs/[email protected]

.github/workflows/github_tag_and_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
name: Set up Go
3535
uses: actions/[email protected]
3636
with:
37-
go-version: 1.14
37+
go-version: 1.14.6
3838
-
3939
name: Run GoReleaser
4040
uses: goreleaser/[email protected]

0 commit comments

Comments
 (0)