Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer committed Jun 26, 2024
1 parent f9ceb0c commit c5deefa
Show file tree
Hide file tree
Showing 8 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/index-recipes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:

steps:
- name: Checkout repository

Check failure on line 16 in .github/workflows/index-recipes.yml

View workflow job for this annotation

GitHub Actions / 🧹 YAML Lint

16:5 [indentation] wrong indentation: expected 6 but found 4
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set up Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v4
with:
node-version: '14'

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
name: 🧹 Markdown Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: 🥝 Use Node.js
uses: actions/[email protected]
with:
Expand All @@ -30,7 +30,7 @@ jobs:
name: 🧹 YAML Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/[email protected]
with:
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: lucee-script-runner-m2-cache
- name: Cache Lucee files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: _actions/lucee/script-runner/main/lucee-download-cache
key: lucee-downloads-${{ env.luceeVersion }}
Expand All @@ -39,11 +39,11 @@ jobs:
with:
webroot: ${{ github.workspace }}
execute: /build-all.cfm
luceeVersion: 6.0.2.1-SNAPSHOT
luceeVersion: 6.0.3.1
# redis, chart, lucene, form. ajax, chart
extensions: 60772C12-F179-D555-8E2CD2B4F7428718;version=3.0.0.54-SNAPSHOT,D46B46A9-A0E3-44E1-D972A04AC3A8DC10,EFDEB172-F52E-4D84-9CD1A1F561B3DFC8,FAD67145-E3AE-30F8-1C11A6CCF544F0B7,6E2CB28F-98FB-4B51-B6BE6C64ADF35473,DF28D0A4-6748-44B9-A2FDC12E4E2E4D38
- name: Upload Artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: lucee-docs
path: builds/artifacts/lucee-docs.zip
Expand All @@ -61,7 +61,7 @@ jobs:
run: curl https://google.com/ping?sitemap=https://docs.lucee.org/sitemap.xml
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/master'}}
# - name: Notify slack
# uses: 8398a7/action-slack@v3.9.1
# uses: 8398a7/action-slack@v4.9.1
# with:
# status: ${{ job.status }}
# author_name: GitHub Actions # default: 8398a7@action-slack
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,18 +16,18 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: '11'
- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: lucee-script-runner-m2-cache
- name: Cache Lucee files
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: _actions/lucee/script-runner/main/lucee-download-cache
key: lucee-downloads-${{ env.luceeVersion }}
Expand Down
4 changes: 2 additions & 2 deletions examples/docker/wip/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
- "./www:/var/www"
- "./patches:/opt/lucee/server/lucee-server/patches"
ports:
- "8854:8888" # tomcat
- "8054:80" # nginx
- "8854:8888" # tomcat
- "8054:80" # nginx

# docker-compose up -d
4 changes: 2 additions & 2 deletions examples/docker/with-config/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ services:
volumes:
- "./www:/var/www"
ports:
- "8854:8888" # tomcat
- "8054:80" # nginx
- "8854:8888" # tomcat
- "8054:80" # nginx

# how to run it
# docker-compose up -d
4 changes: 2 additions & 2 deletions examples/docker/with-extension/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
volumes:
- "./www:/var/www"
ports:
- "8854:8888" # tomcat
- "8054:80" # nginx
- "8854:8888" # tomcat
- "8054:80" # nginx

# docker-compose up -d
4 changes: 2 additions & 2 deletions examples/docker/with-patch/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
volumes:
- "./www:/var/www"
ports:
- "8854:8888" # tomcat
- "8054:80" # nginx
- "8854:8888" # tomcat
- "8054:80" # nginx

# docker-compose up -d

0 comments on commit c5deefa

Please sign in to comment.