diff --git a/.github/workflows/process_har.yaml b/.github/workflows/process_har.yaml index 1e185a8..44d6563 100644 --- a/.github/workflows/process_har.yaml +++ b/.github/workflows/process_har.yaml @@ -14,7 +14,7 @@ jobs: # Only run if the issue is not a PR and is labeled by har if: github.event.issue.pull_request == null && contains(github.event.issue.labels.*.name, 'har') steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.11 uses: actions/setup-python@v3 with: @@ -159,4 +159,4 @@ jobs: uses: peter-evans/close-issue@v3 with: issue-number: ${{ github.event.issue.number }} - comment: "HAR: ${{ steps.harname.outputs.harname }} is invalid, close it." \ No newline at end of file + comment: "HAR: ${{ steps.harname.outputs.harname }} is invalid, close it."