1
0
Fork 0
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:
Henrik Hautakoski 2026-02-08 09:53:18 +01:00 committed by GitHub
commit f6432aac35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -30,7 +30,7 @@ jobs:
os: [ubuntu-latest, windows-latest, macos-latest] os: [ubuntu-latest, windows-latest, macos-latest]
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v6
- name: Set up tree-sitter - name: Set up tree-sitter
uses: tree-sitter/setup-action/cli@v2 uses: tree-sitter/setup-action/cli@v2
- name: Run parser and binding tests - name: Run parser and binding tests
@ -43,7 +43,7 @@ jobs:
with: with:
files: examples/** files: examples/**
- name: Upload failures artifact - name: Upload failures artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v6
if: "!cancelled() && steps.parse-files.outcome == 'failure'" if: "!cancelled() && steps.parse-files.outcome == 'failure'"
with: with:
name: failures-${{runner.os}} name: failures-${{runner.os}}
@ -53,7 +53,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v4 uses: actions/checkout@v6
with: with:
fetch-depth: 2 fetch-depth: 2
- name: Check for scanner changes - name: Check for scanner changes