Skip to content

Commit 3153ac3

Browse files
authored
Merge branch 'develop' into new-icon-lovable
2 parents 85644dd + d6c23f7 commit 3153ac3

10 files changed

Lines changed: 42 additions & 9 deletions

.github/workflows/build_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
name: Get Fonts From Icomoon
66
runs-on: ubuntu-latest
77
steps:
8-
- uses: actions/checkout@v4
8+
- uses: actions/checkout@v5
99
- uses: actions/setup-python@v5
1010
with:
1111
python-version: '3.10'

.github/workflows/check_icon_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
if: startsWith(github.event.pull_request.title, 'new icon') || startsWith(github.event.pull_request.title, 'update icon') # only checks icon PR
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@v5
1010

1111
- name: Check if PR is develop
1212
if: ${{ github.base_ref != 'develop' }}

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
security-events: write
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Initialize CodeQL
2121
uses: github/codeql-action/init@v2
@@ -31,7 +31,7 @@ jobs:
3131
security-events: write
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v5
3535

3636
- name: Set up Python
3737
uses: actions/setup-python@v5
@@ -65,7 +65,7 @@ jobs:
6565
security-events: write
6666
steps:
6767
- name: Checkout repository
68-
uses: actions/checkout@v4
68+
uses: actions/checkout@v5
6969

7070
- name: Find Python files outside the .github folder
7171
id: find_files

.github/workflows/in_develop_labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
if: ${{ github.event.workflow_run.conclusion == 'success' }}
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919

2020
- name: Setup Python v3.8
2121
uses: actions/setup-python@v5

.github/workflows/in_develop_labeler_preflight.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
if: github.event.pull_request.merged == true
1111
steps:
12-
- uses: actions/checkout@v4
12+
- uses: actions/checkout@v5
1313

1414
- name: Save the PR number in an artifact
1515
shell: bash

.github/workflows/npm_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
environment: release
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4
10+
- uses: actions/checkout@v5
1111
with:
1212
# "ref" specifies the branch to check out.
1313
# "github.event.release.target_commitish" is a global variable and specifies the branch the release targeted

.github/workflows/peek_icons.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
if: github.event.label.name == 'bot:peek'
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v5
1515

1616
- name: Setup Python v3.8
1717
uses: actions/setup-python@v5

devicon.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10001,6 +10001,37 @@
1000110001
}
1000210002
]
1000310003
},
10004+
{
10005+
"name": "payloadcms",
10006+
"altnames": [
10007+
"payload"
10008+
],
10009+
"tags": [
10010+
"cms",
10011+
"headless-cms"
10012+
],
10013+
"versions": {
10014+
"svg": [
10015+
"original",
10016+
"original-wordmark"
10017+
],
10018+
"font": [
10019+
"original",
10020+
"original-wordmark"
10021+
]
10022+
},
10023+
"color": "#000000",
10024+
"aliases": [
10025+
{
10026+
"base": "original",
10027+
"alias": "plain"
10028+
},
10029+
{
10030+
"base": "original-wordmark",
10031+
"alias": "plain-wordmark"
10032+
}
10033+
]
10034+
},
1000410035
{
1000510036
"name": "perl",
1000610037
"altnames": [],
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)