Skip to content

Commit

Permalink
STP-3724: Increment changed-files to v45
Browse files Browse the repository at this point in the history
This should fix the issue in the license-check workflow that results in
this error:

```
changed-files-diff-sha
  Verifying git version...
  Valid git version found: (2.39.5)
  Running on a pull request event...
  Fetching remote refs...
  Error: Process completed with exit code 128.
```
  • Loading branch information
haasken-hpe committed Oct 28, 2024
1 parent 3882006 commit 4241fc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/license-check.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# MIT License
#
# (C) Copyright 2022 Hewlett Packard Enterprise Development LP
# (C) Copyright 2022, 2024 Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v34
uses: tj-actions/changed-files@v45

- name: License Check
if: ${{ steps.changed-files.outputs.all_changed_files }}
Expand Down

0 comments on commit 4241fc4

Please sign in to comment.