Skip to content

Commit e3afad4

Browse files
authored
feat: Bump the GH actions and add dependabot config (#18)
* feat: Bump the GH actions * feat: Add dependabot config
1 parent 96ba681 commit e3afad4

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
reviewers:
8+
- "ZPascal"

.github/workflows/version_bump_and_new_release.yml

Lines changed: 3 additions & 3 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.5.3
26+
BOSH_VERSION: 7.6.1
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@v18
90+
uses: tj-actions/verify-changed-files@v20
9191
id: verify-changed-files-vendor
9292
with:
9393
files: |
@@ -120,7 +120,7 @@ jobs:
120120
121121
- name: Check changed files
122122
if: steps.verify-changed-files-vendor.outputs.files_changed == 'true' || inputs.force == true
123-
uses: tj-actions/verify-changed-files@v18
123+
uses: tj-actions/verify-changed-files@v20
124124
id: verify-changed-files-release
125125
with:
126126
files: |

0 commit comments

Comments
 (0)