Skip to content

Commit aaa2c3c

Browse files
authored
Merge pull request #3 from hexlet-components/dependabot/github_actions/github-actions-all-bd3b3a0e0a
Bump the github-actions-all group with 4 updates
2 parents 63b5484 + 81e0b2b commit aaa2c3c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,19 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v6
1414

15-
- uses: docker/setup-buildx-action@v3
15+
- uses: docker/setup-buildx-action@v4
1616

1717
- name: Log in to GitHub Container Registry
18-
uses: docker/login-action@v3
18+
uses: docker/login-action@v4
1919
with:
2020
registry: ghcr.io
2121
username: ${{ github.actor }}
2222
password: ${{ secrets.GITHUB_TOKEN }}
2323

2424
- name: Build and push
25-
uses: docker/build-push-action@v6
25+
uses: docker/build-push-action@v7
2626
with:
2727
context: .
2828
push: true

0 commit comments

Comments
 (0)