Skip to content

Commit

Permalink
Use default version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Oct 17, 2024
1 parent b4fde38 commit 7c7128f
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The following data sources are available to generate/validate data.
<summary>Click here</summary>

| Data Source Type | Data Source | Support |
| ---------------- |------------------------------------| ------- |
| ---------------- | ---------------------------------- | ------- |
| Cloud Storage | AWS S3 | ✅ |
| Cloud Storage | Azure Blob Storage | ✅ |
| Cloud Storage | GCP Cloud Storage | ✅ |
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ inputs:
default: '/home/runner/work'
data_caterer_version:
description: 'Version of data-caterer Docker image'
default: '0.11.8'
default: '0.12.0'

# Define your outputs here.
outputs:
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "insta-integration",
"description": "insta-integration GitHub Action",
"version": "1.0.8",
"version": "1.0.9",
"author": "data-catering",
"private": false,
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ program
.option(
'-d, --data-caterer-version <version>',
'Version of data-caterer Docker image',
'0.11.8'
'0.12.0'
)
.option(
'-i, --insta-infra-folder <folder>',
Expand Down
2 changes: 1 addition & 1 deletion src/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function getBaseFolder(baseFolder) {
}

function getDataCatererVersion(dataCatererVersion) {
return !dataCatererVersion ? '0.11.8' : dataCatererVersion
return !dataCatererVersion ? '0.12.0' : dataCatererVersion
}

function getConfiguration() {
Expand Down

0 comments on commit 7c7128f

Please sign in to comment.