Skip to content

Commit 28ea93e

Browse files
authored
Merge pull request #837 from voxpupuli/modulesync
modulesync 10.5.0
2 parents 9144288 + d543bbf commit 28ea93e

File tree

6 files changed

+10
-5
lines changed

6 files changed

+10
-5
lines changed

.devcontainer/devcontainer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2+
{
3+
"name": "VoxBox",
4+
"image": "ghcr.io/voxpupuli/voxbox:latest"
5+
}

.github/workflows/labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
pull-requests: write
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/labeler@v6
22+
- uses: actions/labeler@v5

.github/workflows/prepare_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions:
1717

1818
jobs:
1919
release_prep:
20-
uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v4'
20+
uses: 'voxpupuli/gha-puppet/.github/workflows/prepare_release.yml@v3'
2121
with:
2222
version: ${{ github.event.inputs.version }}
2323
allowed_owner: 'voxpupuli'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616
jobs:
1717
release:
1818
name: Release
19-
uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v4
19+
uses: voxpupuli/gha-puppet/.github/workflows/release.yml@v3
2020
with:
2121
allowed_owner: 'voxpupuli'
2222
secrets:

.msync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# Managed by modulesync - DO NOT EDIT
33
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/
44

5-
modulesync_config_version: '10.4.0'
5+
modulesync_config_version: '10.5.0'

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source ENV['GEM_SOURCE'] || 'https://rubygems.org'
55

66
group :test do
77
gem 'voxpupuli-test', '~> 13.0', :require => false
8-
gem 'puppet_metadata', '~> 5.0', :require => false
8+
gem 'puppet_metadata', '~> 6.0', :require => false
99
end
1010

1111
group :development do

0 commit comments

Comments
 (0)