Skip to content

Commit

Permalink
Fix Github checkout action bug
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jul 4, 2024
1 parent 6c15749 commit aa59a4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
# Licensed under the Apache License, Version 2.0, see LICENSE for details.
# SPDX-License-Identifier: Apache-2.0

# Required by Github checkout action on Ubuntu 18.04-based container,
# see https://github.com/actions/checkout/issues/1590
env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

# Run functional regression checks
name: ci
on: [push, pull_request]
Expand Down

0 comments on commit aa59a4b

Please sign in to comment.