Skip to content

Commit

Permalink
Merge branch 'master' into image-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nemchik authored Oct 9, 2023
2 parents 94b701b + 8d1619d commit e32269e
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
name: Build docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/[email protected].0
- uses: actions/checkout@v4.1.0
- uses: actions/[email protected].1
with:
python-version: 3.x
- uses: actions/[email protected]
Expand All @@ -24,10 +24,10 @@ jobs:
name: Deploy docs
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
with:
fetch-depth: "0"
- uses: actions/[email protected].0
fetch-depth: '0'
- uses: actions/[email protected].1
with:
python-version: 3.x
- uses: actions/[email protected]
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
editorconfig-checker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: editorconfig-checker
run: |
docker run --rm \
Expand All @@ -16,7 +16,7 @@ jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: markdownlint
run: |
docker run --rm \
Expand All @@ -29,7 +29,7 @@ jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: shellcheck
run: |
find "${GITHUB_WORKSPACE}" -name '*.sh' -exec \
Expand All @@ -41,7 +41,7 @@ jobs:
shfmt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: shfmt
run: |
find "${GITHUB_WORKSPACE}" -name '*.sh' -exec \
Expand All @@ -54,7 +54,7 @@ jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: yamllint
run: |
docker run --rm \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
matrix:
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: run
env:
CI: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
validate-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: Validate Documentation
run: |
for APPFOLDER in compose/.apps/*; do
Expand All @@ -28,7 +28,7 @@ jobs:
validate-images:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.0.0
- uses: actions/checkout@v4.1.0
- name: Validate Images
run: |
for APPFOLDER in compose/.apps/*; do
Expand Down
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs-git-revision-date-localized-plugin==1.2.0
mkdocs-material==9.3.1
mkdocs-material==9.4.4
mkdocs-minify-plugin==0.7.1
mkdocs-redirects==1.2.1

0 comments on commit e32269e

Please sign in to comment.