Skip to content

Commit 189067c

Browse files
authored
Merge pull request #4563 from Growstuff/dev
Release 82
2 parents 8d9bcc4 + 3b60e8f commit 189067c

265 files changed

Lines changed: 2999 additions & 2672 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.

.dockerignore

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
.git
2+
.github
3+
.devcontainer
4+
log/*
5+
tmp/*
6+
!tmp/keep
7+
node_modules
8+
public/assets
9+
.env
10+
.ruby-version
11+
.ruby-gemset
12+
.editorconfig
13+
.esignore
14+
.eslintrc.json
15+
.haml-lint.yml
16+
.overcommit.yml
17+
.rspec
18+
.rubocop.yml
19+
.rubocop_todo.yml
20+
.scss-lint.yml
21+
.travis.yml
22+
.yamllint
23+
CODE_OF_CONDUCT.md
24+
CONTRIBUTING.md
25+
CONTRIBUTORS.md
26+
LICENSE.txt
27+
README.md
28+
TECH.md
29+
docker-compose.yml
30+
Dockerfile
31+
.dockerignore

.github/workflows/ci-features-admin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload screenshots
105105
if: failure()
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: screenshots
109109
path: tmp/screenshots

.github/workflows/ci-features-comments.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload screenshots
105105
if: failure()
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: screenshots
109109
path: tmp/screenshots

.github/workflows/ci-features-conversations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload screenshots
105105
if: failure()
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: screenshots
109109
path: tmp/screenshots

.github/workflows/ci-features-crops.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload screenshots
105105
if: failure()
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: screenshots
109109
path: tmp/screenshots

.github/workflows/ci-features-gardens.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload screenshots
105105
if: failure()
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: screenshots
109109
path: tmp/screenshots

.github/workflows/ci-features-harvests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload screenshots
105105
if: failure()
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: screenshots
109109
path: tmp/screenshots

.github/workflows/ci-features-home.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload screenshots
105105
if: failure()
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: screenshots
109109
path: tmp/screenshots

.github/workflows/ci-features-members.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload screenshots
105105
if: failure()
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: screenshots
109109
path: tmp/screenshots

.github/workflows/ci-features-places.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Upload screenshots
105105
if: failure()
106-
uses: actions/upload-artifact@v5
106+
uses: actions/upload-artifact@v7
107107
with:
108108
name: screenshots
109109
path: tmp/screenshots

0 commit comments

Comments
 (0)