You've already forked simple-icons
mirror of
https://github.com/simple-icons/simple-icons.git
synced 2025-11-23 21:34:49 +02:00
Bump action versions & use Node.js 24 (#13790)
This commit is contained in:
2
.github/workflows/add-labels-priority.yml
vendored
2
.github/workflows/add-labels-priority.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
|||||||
# private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
# private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
||||||
|
|
||||||
# - name: Checkout
|
# - name: Checkout
|
||||||
# uses: actions/checkout@v4
|
# uses: actions/checkout@v5
|
||||||
|
|
||||||
# - id: get-labels
|
# - id: get-labels
|
||||||
# uses: ./.github/actions/get-labels
|
# uses: ./.github/actions/get-labels
|
||||||
|
|||||||
2
.github/workflows/autoclose-issues.yml
vendored
2
.github/workflows/autoclose-issues.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
app-id: ${{ vars.BOT_APP_ID }}
|
app-id: ${{ vars.BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Autoclose Issues
|
- name: Autoclose Issues
|
||||||
run: node scripts/autoclose-issues/autoclose.app.js
|
run: node scripts/autoclose-issues/autoclose.app.js
|
||||||
env:
|
env:
|
||||||
|
|||||||
6
.github/workflows/create-release.yml
vendored
6
.github/workflows/create-release.yml
vendored
@@ -22,7 +22,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
is-fork: ${{ steps.check.outputs.is-fork }}
|
is-fork: ${{ steps.check.outputs.is-fork }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: ./.github/actions/check-is-fork
|
- uses: ./.github/actions/check-is-fork
|
||||||
id: check
|
id: check
|
||||||
with:
|
with:
|
||||||
@@ -59,14 +59,14 @@ jobs:
|
|||||||
app-id: ${{ vars.BOT_APP_ID }}
|
app-id: ${{ vars.BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
with:
|
with:
|
||||||
# Ensure the commit can be pushed regardless of branch protections (must belong to an admin of this repo)
|
# Ensure the commit can be pushed regardless of branch protections (must belong to an admin of this repo)
|
||||||
token: ${{ steps.app-token.outputs.token }}
|
token: ${{ steps.app-token.outputs.token }}
|
||||||
# Ensure we are checked out on the develop branch
|
# Ensure we are checked out on the develop branch
|
||||||
ref: develop
|
ref: develop
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|||||||
10
.github/workflows/publish.yml
vendored
10
.github/workflows/publish.yml
vendored
@@ -10,9 +10,9 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: npm
|
cache: npm
|
||||||
@@ -33,9 +33,9 @@ jobs:
|
|||||||
id-token: write
|
id-token: write
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: npm
|
cache: npm
|
||||||
@@ -68,7 +68,7 @@ jobs:
|
|||||||
app-id: ${{ vars.BOT_APP_ID }}
|
app-id: ${{ vars.BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Get commit message (for release title and body)
|
- name: Get commit message (for release title and body)
|
||||||
id: commit
|
id: commit
|
||||||
uses: kceb/git-message-action@v3
|
uses: kceb/git-message-action@v3
|
||||||
|
|||||||
6
.github/workflows/renovate.yml
vendored
6
.github/workflows/renovate.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
|||||||
outputs:
|
outputs:
|
||||||
is-fork: ${{ steps.check.outputs.is-fork }}
|
is-fork: ${{ steps.check.outputs.is-fork }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v5
|
||||||
- uses: ./.github/actions/check-is-fork
|
- uses: ./.github/actions/check-is-fork
|
||||||
id: check
|
id: check
|
||||||
with:
|
with:
|
||||||
@@ -29,9 +29,9 @@ jobs:
|
|||||||
app-id: ${{ vars.BOT_APP_ID }}
|
app-id: ${{ vars.BOT_APP_ID }}
|
||||||
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
private-key: ${{ secrets.BOT_PRIVATE_KEY }}
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Setup node
|
- name: Setup node
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
- name: Renovate
|
- name: Renovate
|
||||||
|
|||||||
12
.github/workflows/verify.yml
vendored
12
.github/workflows/verify.yml
vendored
@@ -14,9 +14,9 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: npm
|
cache: npm
|
||||||
@@ -33,9 +33,9 @@ jobs:
|
|||||||
pull-requests: read
|
pull-requests: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: npm
|
cache: npm
|
||||||
@@ -111,9 +111,9 @@ jobs:
|
|||||||
contents: read
|
contents: read
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v5
|
||||||
- name: Use Node.js
|
- name: Use Node.js
|
||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v5
|
||||||
with:
|
with:
|
||||||
node-version-file: .node-version
|
node-version-file: .node-version
|
||||||
cache: npm
|
cache: npm
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
22
|
24
|
||||||
|
|||||||
Reference in New Issue
Block a user