gha_config 0.23.beta1 → 0.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/gha_config/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 64afb109f444763b042f74528a4129b0844a7e4e7d4448a7412625fc1563b921
|
4
|
+
data.tar.gz: 1c8a9cff1061f13e6d7fce3180a6032ff7e0e7e4c88851f40916c36648be82cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ff11343277dea13aa1fea6624336d1b174f746545ca6a19c75035c00ed85fa2f7d2b16491274879d1b71b3c312b2e63690f79d54a9d1c20cb7fb0f71838df2d
|
7
|
+
data.tar.gz: 0c3cd1d8ef9b27a7f45183c717fd2808da3d6f86a3d87ab31ef9983354bd82eba3ad196f596f19cc963375cfdc00077082416734b9bec8722b7c262a054b2b23
|
data/CHANGELOG.md
CHANGED
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
7
7
|
|
8
|
+
# [0.24] - 2022-02-10
|
9
|
+
- Allows override of the `checkout` step.
|
10
|
+
|
8
11
|
# [0.22] - 2021-11-16
|
9
12
|
- Fixed so root-level `env` are not overridden by defaults.
|
10
13
|
|
data/lib/gha_config/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gha_config
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: '0.24'
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Daniel Orner
|
@@ -61,9 +61,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
61
61
|
version: '2.3'
|
62
62
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
63
63
|
requirements:
|
64
|
-
- - "
|
64
|
+
- - ">="
|
65
65
|
- !ruby/object:Gem::Version
|
66
|
-
version:
|
66
|
+
version: '0'
|
67
67
|
requirements: []
|
68
68
|
rubygems_version: 3.2.21
|
69
69
|
signing_key:
|