Skip to content
This repository was archived by the owner on Sep 29, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
target: ${{ steps.information.outputs.target }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🚀 Run add-on information action
id: information
uses: frenck/action-addon-information@v1.4.2
Expand All @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🚀 Run Add-on Lint
uses: frenck/action-addon-linter@v2.13.2
with:
Expand All @@ -62,7 +62,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out code from GitHub
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: 🚀 Run Hadolint
# uses: brpaz/hadolint-action@v1.5.0
# with:
Expand All @@ -73,7 +73,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🚀 Run JQ
run: |
shopt -s globstar
Expand All @@ -84,7 +84,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out code from GitHub
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: 🚀 Run mdl
# uses: actionshub/markdownlint@2.0.2

Expand All @@ -93,7 +93,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out code from GitHub
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: 🚀 Run Shellcheck
# uses: ludeeus/action-shellcheck@1.1.0
# env:
Expand All @@ -104,7 +104,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out code from GitHub
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: 🚀 Run YAMLLint
# uses: frenck/action-yamllint@v1.1

Expand All @@ -113,7 +113,7 @@ jobs:
# runs-on: ubuntu-latest
# steps:
# - name: ⤵️ Check out code from GitHub
# uses: actions/checkout@v3
# uses: actions/checkout@v4
# - name: 🚀 Run Prettier
# uses: creyD/prettier_action@v3.3
# with:
Expand All @@ -137,7 +137,7 @@ jobs:
architecture: ${{ fromJson(needs.information.outputs.architectures) }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🚚 Make build cache folder
run: |
mkdir -p /tmp/.docker-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
version: ${{ steps.release.outputs.version }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🚀 Run add-on information action
id: information
uses: frenck/action-addon-information@v1.4.2
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
architecture: ${{ fromJson(needs.information.outputs.architectures) }}
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🏗 Set up build cache
id: cache
uses: actions/cache@v3.3.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/labels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@v1.3.0
env:
Expand Down