Skip to content

Commit 6a8b204

Browse files
committed
0.7.3
1 parent dd4c364 commit 6a8b204

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
name: 'Deploy to forge'
1515
runs-on: ubuntu-latest
1616
if: github.repository_owner == 'example42'
17-
container: puppet/puppet-dev-tools:2022-11-14-8e11537
17+
container: puppet/pdk:3.4.0.1.55.g4519dd0
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Publish to the Forge
2222
run: /usr/local/bin/pdk bundle exec rake module:push
2323
env:

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example42-tinydata",
3-
"version": "0.7.2",
3+
"version": "0.7.3",
44
"author": "Alessandro Franceschi",
55
"summary": "Tiny Puppet Data",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)