mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
Merge pull request #6 from pnx/dependabot/github_actions/actions-229d4e1b45
ci: bump the actions group with 2 updates
This commit is contained in:
commit
f6432aac35
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
- name: Set up tree-sitter
|
||||
uses: tree-sitter/setup-action/cli@v2
|
||||
- name: Run parser and binding tests
|
||||
|
|
@ -43,7 +43,7 @@ jobs:
|
|||
with:
|
||||
files: examples/**
|
||||
- name: Upload failures artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v6
|
||||
if: "!cancelled() && steps.parse-files.outcome == 'failure'"
|
||||
with:
|
||||
name: failures-${{runner.os}}
|
||||
|
|
@ -53,7 +53,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v6
|
||||
with:
|
||||
fetch-depth: 2
|
||||
- name: Check for scanner changes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue