Skip to content

Commit 0a00764

Browse files
authored
Merge pull request #115 from netdata/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 0472aa3 + 6212bdb commit 0a00764

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/devenv.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v6
23+
uses: actions/checkout@v7
2424
- name: Determine if we should push changes and which tags to use
2525
run: |
2626
if [ -n "${{ secrets.DOCKER_USERNAME }}" ] && [ -n "${{ secrets.DOCKER_TOKEN }}" ] && [ "${{ github.event_name }}" != "pull_request" ] ; then

.github/workflows/review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Git clone repository
13-
uses: actions/checkout@v6
13+
uses: actions/checkout@v7
1414
with:
1515
fetch-depth: 0
1616
- name: Check files

0 commit comments

Comments
 (0)