Skip to content

Commit

Permalink
Merge pull request #108 from thomasmerz/update_actions_checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
maxam2017 committed Dec 22, 2023
2 parents f39896b + 527e33d commit e3e1a57
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
matrix:
node_version: [16]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node_version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ matrix.node_version }}
- name: build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/schedule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
types: [build-event]
schedule:
- cron: "0 0 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
update-gist:
runs-on: ubuntu-latest
Expand Down

0 comments on commit e3e1a57

Please sign in to comment.