Skip to content

Commit 0844bc6

Browse files
authored
feat: Update the used versions of the GH action (#12)
* feat: Update the used versions of the GH actions
1 parent 6e32fd8 commit 0844bc6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/version_bump_and_new_release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Download Bosh CLI
2424
run: cd /tmp/cache && curl -sL https://github.com/cloudfoundry/bosh-cli/releases/download/v${BOSH_VERSION}/bosh-cli-${BOSH_VERSION}-linux-amd64 > bosh && chmod 777 bosh
2525
env:
26-
BOSH_VERSION: 7.4.0
26+
BOSH_VERSION: 7.5.3
2727

2828
- name: Checkout the latest Loki Boshrelease
2929
uses: actions/checkout@v4
@@ -87,7 +87,7 @@ jobs:
8787
shell: bash
8888

8989
- name: Check changed files
90-
uses: tj-actions/verify-changed-files@v16
90+
uses: tj-actions/verify-changed-files@v18
9191
id: verify-changed-files-vendor
9292
with:
9393
files: |
@@ -120,8 +120,7 @@ jobs:
120120
121121
- name: Check changed files
122122
if: steps.verify-changed-files-vendor.outputs.files_changed == 'true' || inputs.force == true
123-
124-
uses: tj-actions/verify-changed-files@v16
123+
uses: tj-actions/verify-changed-files@v18
125124
id: verify-changed-files-release
126125
with:
127126
files: |

0 commit comments

Comments
 (0)