Skip to content

Commit

Permalink
Merge pull request #256 from nation3/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4.1.4
  • Loading branch information
aahna-ashina authored May 3, 2024
2 parents 307a782 + fefcb8e commit 3a5647b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/distribute-grain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
NODE_OPTIONS: --max_old_space_size=14000
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].4

- name: Install Packages 🔧
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
NODE_OPTIONS: --max_old_space_size=14000
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].4
with:
persist-credentials: false # Required to make github pages deployment work correctly

Expand Down

0 comments on commit 3a5647b

Please sign in to comment.