Skip to content

Commit

Permalink
Merge pull request #8 from tofran/update-actions-dependencies
Browse files Browse the repository at this point in the history
Update actions dependencies
  • Loading branch information
tofran authored Sep 26, 2024
2 parents 2ad5c06 + b76206e commit 9ce8675
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,25 +48,25 @@ jobs:
group: build-and-push-restic_rclone:${{ matrix.restic_version }}-${{ matrix.rclone_version }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
with:
platforms: ${{ env.TARGET_PLATFORMS }}

- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: Login to DockerHub
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
username: ${{ github.repository_owner }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/keep-workflows-alive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
cron:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup git config
env:
Expand All @@ -23,4 +23,4 @@ jobs:
- name: Commit
run: |
git commit --allow-empty -m "Keep workflows alive"
git push
git push

0 comments on commit 9ce8675

Please sign in to comment.