Skip to content

Commit 47ec815

Browse files
author
Matt Loberg
authored
Merge pull request #6 from articulate/feature/update-workflow
ci(build): update actions to latest versions
2 parents 40ee00a + 8d1f12f commit 47ec815

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: monthly

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
15-
- uses: docker/setup-qemu-action@v1
16-
- uses: docker/setup-buildx-action@v1
17-
- uses: docker/login-action@v1
14+
- uses: actions/checkout@v3
15+
- uses: docker/setup-qemu-action@v2
16+
- uses: docker/setup-buildx-action@v2
17+
- uses: docker/login-action@v2
1818
with:
1919
username: ${{ secrets.DOCKERHUB_USERNAME }}
2020
password: ${{ secrets.DOCKERHUB_TOKEN }}
21-
- uses: docker/build-push-action@v2
21+
- uses: docker/build-push-action@v3
2222
with:
2323
push: true
2424
tags: articulate/http-to-https:latest

0 commit comments

Comments
 (0)