Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 23, 2024
1 parent ef06ff9 commit ecc7643
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: arvato
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.2
- name: Docker Meta
id: docker_meta
uses: crazy-max/ghaction-docker-meta@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: arvato
steps:
- name: Checkout
uses: actions/checkout@v4.1.6
uses: actions/checkout@v4.2.2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
Expand Down

0 comments on commit ecc7643

Please sign in to comment.