Skip to content

Commit 6a33fa4

Browse files
authored
Merge pull request #70 from datum-cloud/renovate/actions-checkout-6.x
chore(deps): update actions/checkout action to v6
2 parents 095fd18 + 5ed0a09 commit 6a33fa4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/.quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout repository
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
build-and-push:
2020
permissions:
2121
contents: read
@@ -26,7 +26,7 @@ jobs:
2626
needs: check-files
2727
steps:
2828
- name: Checkout repository
29-
uses: actions/checkout@v5
29+
uses: actions/checkout@v6
3030

3131
- name: Log in to GitHub Container Registry
3232
uses: docker/login-action@v3.6.0

0 commit comments

Comments
 (0)