Skip to content

Commit a2f7998

Browse files
authored
Merge pull request #457 from opf/bump/primer-upstream
Bump/primer upstream
2 parents 1ba50e1 + 4e1b960 commit a2f7998

95 files changed

Lines changed: 291 additions & 9320 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions

.github/workflows/demo-production-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
with:
8181
ruby-version: '3.4'
8282
bundler-cache: true
83-
- uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
83+
- uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8484
with:
8585
path: demo/gemfiles/vendor/bundle
8686
key: gems-build-kuby-main-ruby-3.4.x-${{ hashFiles('demo/gemfiles/kuby.gemfile.lock') }}

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323
- name: Get specific changed files
2424
id: changed-files
25-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
25+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96
2626
with:
2727
files: |
2828
docs/**/*.md
@@ -54,7 +54,7 @@ jobs:
5454
persist-credentials: false
5555
- name: Get specific changed files
5656
id: changed-files
57-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
57+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96
5858
with:
5959
files: |
6060
app/**/*.rb
@@ -79,7 +79,7 @@ jobs:
7979
persist-credentials: false
8080
- name: Get changed files
8181
id: changed-files
82-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
82+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96
8383
with:
8484
files: |
8585
app/components/**/*.erb
@@ -101,7 +101,7 @@ jobs:
101101
persist-credentials: false
102102
- name: Get changed files
103103
id: changed-files
104-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
104+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96
105105
with:
106106
files: |
107107
app/components/**/*.ts
@@ -128,7 +128,7 @@ jobs:
128128
persist-credentials: false
129129
- name: Get changed files
130130
id: changed-files
131-
uses: tj-actions/changed-files@22103cc46bda19c2b464ffe86db46df6922fd323
131+
uses: tj-actions/changed-files@9426d40962ed5378910ee2e21d5f8c6fcbf2dd96
132132
with:
133133
files: |
134134
app/components/**/*.pcss
1 Byte
1 Byte
0 Bytes
-1 Bytes
0 Bytes
0 Bytes
-3 Bytes

0 commit comments

Comments
 (0)