pii_safe_schema 1.4.2 → 1.4.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 433073ad99b049c37e16a022442070d149fbe0c9c3a7583f1889e2c61d862de5
4
- data.tar.gz: 6fa3b54cf2af939e1cf26e807a99023a9b1d77cb81994293bc065e95f666bfe9
3
+ metadata.gz: 973800d3f7572f3584a1c1b9a1d2d03cc661ba91aeff6d46ff153a75ef318af4
4
+ data.tar.gz: 5bdc3044877d04b323d443b80a56113439f17e92132337a5acb65c8f084ed9ff
5
5
  SHA512:
6
- metadata.gz: fbaf01bfb0222feabe9eaec16c4d12b7a208311659960a4f321bd03e8871534b1202e4ccd803805de0132ea06970e64103ab1d930556c5e83f217b8f33153256
7
- data.tar.gz: c440c21ecc60a6a2d32bdfda90ba54ae00252c69013af129e75b89405d72e649500e7101cbe2130848244cd031a4929f981007d598ae36608149b36f8029bf82
6
+ metadata.gz: a313d56d13d0225523d7d85e71c850d18b6036612ac838fefd436a1db2cb3daadc8ece18c63fe5df92c9a4c224284bdb0f35339503cf4ea5b3555bed037cb5bd
7
+ data.tar.gz: d6a5907f4e961f6ebfa81c769694aed2fd5bccfb10f6d0334dd3bccd8511627242e4c408ec406626501fb064b000526cdadb45a7b6c1fbc4859408a05a8d22bb
@@ -20,7 +20,7 @@ jobs:
20
20
  ruby-version: [2.7.5, 3.0.3]
21
21
  steps:
22
22
  # Need to fetch all refs, so we can check if the version has been bumped
23
- - uses: actions/checkout@v2
23
+ - uses: actions/checkout@v3
24
24
  with:
25
25
  fetch-depth: 0
26
26
 
@@ -46,7 +46,7 @@ jobs:
46
46
  needs:
47
47
  - preflight_check
48
48
  steps:
49
- - uses: actions/checkout@v2
49
+ - uses: actions/checkout@v3
50
50
 
51
51
  - uses: ruby/setup-ruby@v1
52
52
  with:
@@ -7,7 +7,7 @@ jobs:
7
7
  stale:
8
8
  runs-on: ubuntu-latest
9
9
  steps:
10
- - uses: actions/stale@v4
10
+ - uses: actions/stale@v8
11
11
  with:
12
12
  days-before-stale: 30
13
13
  days-before-close: 30
data/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## 1.4.3 - 2023-05-11
8
+ ### Changed
9
+ - Updated workflows to use most recent Actions
10
+
7
11
  ## 1.4.2 - 2023-02-23
8
12
  ### Changed
9
13
  - Remove references to toolbox-script in workflows
@@ -1,3 +1,3 @@
1
1
  module PiiSafeSchema
2
- VERSION = '1.4.2'.freeze
2
+ VERSION = '1.4.3'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pii_safe_schema
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.2
4
+ version: 1.4.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alexi Garrow
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-06 00:00:00.000000000 Z
11
+ date: 2023-06-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: colorize