Skip to content

Commit

Permalink
ci: bump action deps version
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi authored May 8, 2024
1 parent e6fa128 commit dc88b69
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- name: Check suimu
id: check-suimu
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
script: |
let lastRel = await github.rest.repos.getLatestRelease({
Expand All @@ -41,10 +41,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
persist-credentials: false

- uses: actions/setup-node@v4
with:
node-version: 'lts'

- name: Invoke remote
env:
BIN_API_KEY: ${{ secrets.BIN_API_KEY }}
Expand Down

0 comments on commit dc88b69

Please sign in to comment.