Skip to content

Commit

Permalink
Merge pull request #2403 from EIGHTFINITE/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-4.2.1

Bump actions/checkout from 4.2.0 to 4.2.1
  • Loading branch information
github-actions[bot] authored Oct 8, 2024
2 parents 08377b2 + 1e9f141 commit de2466f
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
artifacts:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Artifacts
shell: bash
run: |
Expand All @@ -37,7 +37,7 @@ jobs:
needs: artifacts
if: needs.artifacts.result == 'success'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: README
shell: bash
run: |
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
needs: artifacts
if: needs.artifacts.result == 'success'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Downloadlist
shell: bash
run: |
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
needs: artifacts
if: needs.artifacts.result == 'success'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Engines
shell: bash
run: |
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:
needs: artifacts
if: needs.artifacts.result == 'success'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: Bundled
shell: bash
run: |
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
run: |
pip install setuptools==57.5.0
pip install git+https://github.com/EIGHTFINITE/demjson.git@master
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: artifacts
- name: jsonlint
Expand All @@ -253,7 +253,7 @@ jobs:
needs: artifacts
if: needs.artifacts.result == 'success'
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: artifacts
path: DownloadItYourself
Expand Down Expand Up @@ -283,7 +283,7 @@ jobs:
needs: [artifacts_install]
if: ${{ needs.artifacts_install.result == 'success' }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: artifacts
- name: audit
Expand All @@ -296,7 +296,7 @@ jobs:
needs: [artifacts_jsonlint, artifacts_audit]
if: ${{ needs.artifacts_jsonlint.result == 'success' && needs.artifacts_audit.result == 'success' }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: artifacts
- name: Release
Expand Down Expand Up @@ -332,7 +332,7 @@ jobs:
run: |
pip install setuptools==57.5.0
pip install git+https://github.com/EIGHTFINITE/demjson.git@master
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
ref: latest
- name: jsonlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
authors:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
fetch-depth: 0
- name: AUTHORS
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
package_json:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
continue-on-error: true
with:
ref: ${{ github.event.pull_request.head.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
language: [ 'javascript' ]
steps:
- name: Checkout repository
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: Initialize CodeQL
uses: github/codeql-action/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/[email protected].0
uses: actions/[email protected].1
- name: 'Dependency Review'
uses: actions/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jsonlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: |
pip install setuptools==57.5.0
pip install git+https://github.com/EIGHTFINITE/demjson.git@master
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: DownloadItYourself
- name: jsonlint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
links:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: lychee
id: lychee
uses: lycheeverse/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
install:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
with:
path: DownloadItYourself
- name: install
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
needs: [install]
if: ${{ needs.install.result == 'success' }}
steps:
- uses: actions/[email protected].0
- uses: actions/[email protected].1
- name: audit
shell: bash
run: |
Expand Down

0 comments on commit de2466f

Please sign in to comment.