Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #52 from christoff-linde/51-update-github-actions-…
Browse files Browse the repository at this point in the history
…package-versions

51 update github actions package versions
  • Loading branch information
christoff-linde authored Feb 20, 2024
2 parents 6a0aea4 + b1dda81 commit 56d9206
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ updates:
- "cargo"
- "dependencies"
commit-message:
prefix: "cargo: "
prefix: "cargo "
include: "scope"
- package-ecosystem: "docker"
directory: "/"
Expand All @@ -23,5 +23,5 @@ updates:
- "docker"
- "dependencies"
commit-message:
prefix: "docker: "
prefix: "docker "
include: "scope"
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag christoff-linde/pih-rs:$(date +%s)
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Setup cargo cache
uses: actions/cache@v3
uses: actions/cache@v4
continue-on-error: false
with:
path: |
Expand Down

0 comments on commit 56d9206

Please sign in to comment.