diff --git a/.github/workflows/check-dist.yml b/.github/workflows/check-dist.yml index 5cfbeee..b9a9b8a 100644 --- a/.github/workflows/check-dist.yml +++ b/.github/workflows/check-dist.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 16d19d3..8728b00 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Initialize CodeQL id: initialize diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 7f764b2..381b02b 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/test-push-event.yml b/.github/workflows/test-push-event.yml index f706c7a..804d7e7 100644 --- a/.github/workflows/test-push-event.yml +++ b/.github/workflows/test-push-event.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Node.js id: setup-node diff --git a/.github/workflows/validate-action-output.yml b/.github/workflows/validate-action-output.yml index 9692ece..b083575 100644 --- a/.github/workflows/validate-action-output.yml +++ b/.github/workflows/validate-action-output.yml @@ -58,7 +58,7 @@ jobs: steps: - name: Checkout id: checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 # Create directory with proper permissions - name: Create log directory with proper permissions