Skip to content
This repository was archived by the owner on Jan 12, 2025. It is now read-only.

Commit 82a6605

Browse files
feat: bump gh-release feature to 1-0-23 (#538)
1 parent 62e24d6 commit 82a6605

File tree

278 files changed

+398
-398
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

278 files changed

+398
-398
lines changed

src/act/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "act",
3-
"version": "1.0.13",
3+
"version": "1.0.14",
44
"name": "act (via Github Releases)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/act",
66
"description": "Act is an open source project that allows you to run your github flow locally.",

src/act/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ set -e
88
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
99
# and if missing - will download a temporary copy that automatically get deleted at the end
1010
# of the script
11-
ensure_nanolayer nanolayer_location "v0.5.3"
11+
ensure_nanolayer nanolayer_location "v0.5.4"
1212

1313

1414
$nanolayer_location \
1515
install \
1616
devcontainer-feature \
17-
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
17+
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
1818
--option repo='nektos/act' --option binaryNames='act' --option version="$VERSION"
1919

2020

src/actionlint/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "actionlint",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"name": "actionlint (via Github Releases)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/actionlint",
66
"description": "Static checker for GitHub Actions workflow files.",

src/actionlint/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ set -e
88
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
99
# and if missing - will download a temporary copy that automatically get deleted at the end
1010
# of the script
11-
ensure_nanolayer nanolayer_location "v0.5.3"
11+
ensure_nanolayer nanolayer_location "v0.5.4"
1212

1313

1414
$nanolayer_location \
1515
install \
1616
devcontainer-feature \
17-
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
17+
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
1818
--option repo='rhysd/actionlint' --option binaryNames='actionlint' --option version="$VERSION"
1919

2020

src/actions-runner-noexternals/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "actions-runner-noexternals",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"name": "GitHub Actions Runner (No Externals)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/actions-runner-noexternals",
66
"description": "The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.",

src/actions-runner-noexternals/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
99
# and if missing - will download a temporary copy that automatically get deleted at the end
1010
# of the script
11-
ensure_nanolayer nanolayer_location "v0.5.3"
11+
ensure_nanolayer nanolayer_location "v0.5.4"
1212

1313

1414
$nanolayer_location \
@@ -22,7 +22,7 @@ $nanolayer_location \
2222
$nanolayer_location \
2323
install \
2424
devcontainer-feature \
25-
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
25+
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
2626
--option repo='actions/runner' --option binaryNames='run.sh' --option binLocation='$_REMOTE_USER_HOME/.local/bin' --option version="$VERSION" --option libLocation='$_REMOTE_USER_HOME' --option libName='actions-runner' --option assetRegex='^(?!.*(noruntime))(?!.*(trimmedpackages))(.*-noexternals.*)'
2727

2828

src/actions-runner-noruntime-noexternals/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "actions-runner-noruntime-noexternals",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"name": "GitHub Actions Runner (No Runtime, No Externals)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/actions-runner-noruntime-noexternals",
66
"description": "The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.",

src/actions-runner-noruntime-noexternals/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
99
# and if missing - will download a temporary copy that automatically get deleted at the end
1010
# of the script
11-
ensure_nanolayer nanolayer_location "v0.5.3"
11+
ensure_nanolayer nanolayer_location "v0.5.4"
1212

1313

1414
$nanolayer_location \
@@ -22,7 +22,7 @@ $nanolayer_location \
2222
$nanolayer_location \
2323
install \
2424
devcontainer-feature \
25-
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
25+
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
2626
--option repo='actions/runner' --option binaryNames='run.sh' --option binLocation='$_REMOTE_USER_HOME/.local/bin' --option version="$VERSION" --option libLocation='$_REMOTE_USER_HOME' --option libName='actions-runner' --option assetRegex='^(?!.*(trimmedpackages))(.*-noruntime.*)(.*-noexternals.*)'
2727

2828

src/actions-runner-noruntime/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "actions-runner-noruntime",
3-
"version": "1.0.11",
3+
"version": "1.0.12",
44
"name": "GitHub Actions Runner (No Runtime)",
55
"documentationURL": "http://github.com/devcontainers-contrib/features/tree/main/src/actions-runner-noruntime",
66
"description": "The runner is the application that runs a job from a GitHub Actions workflow. It is used by GitHub Actions in the hosted virtual environments, or you can self-host the runner in your own environment.",

src/actions-runner-noruntime/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -e
88
# `ensure_nanolayer` is a bash function that will find any existing nanolayer installations,
99
# and if missing - will download a temporary copy that automatically get deleted at the end
1010
# of the script
11-
ensure_nanolayer nanolayer_location "v0.5.3"
11+
ensure_nanolayer nanolayer_location "v0.5.4"
1212

1313

1414
$nanolayer_location \
@@ -22,7 +22,7 @@ $nanolayer_location \
2222
$nanolayer_location \
2323
install \
2424
devcontainer-feature \
25-
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.21" \
25+
"ghcr.io/devcontainers-contrib/features/gh-release:1.0.23" \
2626
--option repo='actions/runner' --option binaryNames='run.sh' --option binLocation='$_REMOTE_USER_HOME/.local/bin' --option version="$VERSION" --option libLocation='$_REMOTE_USER_HOME' --option libName='actions-runner' --option assetRegex='^(?!.*(noexternals))(?!.*(trimmedpackages))(.*-noruntime.*)'
2727

2828

0 commit comments

Comments
 (0)