Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 16, 2023
1 parent 0b8c8af commit 3e6dee0
Show file tree
Hide file tree
Showing 5 changed files with 87 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [pull_request]

env:
RUNNER_TEMP: /tmp
TEST_ARTIFACT_VERSION: 0.8.13
TEST_ARTIFACT_VERSION: 0.9.1

jobs:
local_tests:
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ inputs:
runs:
using: 'docker'
# Takes ~3 minutes to build the container so speed up consumer invocations by using pre-built image
image: docker://ghcr.io/artis3n/ansible_galaxy_collection:v2.8.3
image: docker://ghcr.io/artis3n/ansible_galaxy_collection:v2.9.0
branding:
icon: 'box'
color: 'purple'
2 changes: 1 addition & 1 deletion fake_collection/galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

namespace: artis3n
name: test_resource_do_not_use
version: 2.8.13
version: 2.9.1
readme: README.md
authors:
- Ari Kalfus (@artis3n) <dev@artis3nal.com>
Expand Down
164 changes: 82 additions & 82 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
ansible==6.4.0
ansible==7.5.0
distlib==0.3.6

0 comments on commit 3e6dee0

Please sign in to comment.