We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd4c364 commit 6a8b204Copy full SHA for 6a8b204
.github/workflows/release.yml
@@ -14,10 +14,10 @@ jobs:
14
name: 'Deploy to forge'
15
runs-on: ubuntu-latest
16
if: github.repository_owner == 'example42'
17
- container: puppet/puppet-dev-tools:2022-11-14-8e11537
+ container: puppet/pdk:3.4.0.1.55.g4519dd0
18
steps:
19
- name: Checkout repository
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
- name: Publish to the Forge
22
run: /usr/local/bin/pdk bundle exec rake module:push
23
env:
metadata.json
@@ -1,6 +1,6 @@
1
{
2
"name": "example42-tinydata",
3
- "version": "0.7.2",
+ "version": "0.7.3",
4
"author": "Alessandro Franceschi",
5
"summary": "Tiny Puppet Data",
6
"license": "Apache-2.0",
0 commit comments