Skip to content

Commit bacd4d4

Browse files
authored
Merge pull request #3 from mq-devops/dependabot/github_actions/mqxym/dev/actions/checkout-6
chore(ci): bump actions/checkout from 4 to 6
2 parents 39894a7 + ad98d66 commit bacd4d4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout Current Repository
24-
uses: actions/checkout@v4
24+
uses: actions/checkout@v6
2525

2626
- name: Checkout Source Repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v6
2828
with:
2929
repository: ${{ env.SOURCE_REPOSITORY }}
3030
ref: ${{ env.SOURCE_REF }}

0 commit comments

Comments
 (0)