Skip to content

Commit 558e967

Browse files
authored
Merge pull request #6809 from dnnsoftware/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 34e857a + cf2fdde commit 558e967

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/browserslist-update-db.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
fetch-depth: 0
1919
- name: Configure git

.github/workflows/image-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-latest
2424
steps:
2525
- name: Checkout Repo
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727

2828
- name: Compress Images
2929
id: compress_images

.github/workflows/open-merged-pr-to-future.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
if: ${{ github.event.pull_request.merged }}
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515

1616
- uses: peterjgrainger/action-create-branch@v3.0.0
1717
env:

.github/workflows/updateVersions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
if: ${{ github.event.ref_type == 'branch' && startsWith(github.event.ref, 'release/') }}
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111

1212
- name: Get the release branch version
1313
uses: valadas/get-release-branch-version@v1.1.0

0 commit comments

Comments
 (0)