Skip to content

Commit

Permalink
chore(deps): update actions/checkout digest to eef6144 (#32)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 968205c commit e599367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
changed_dirs: ${{ steps.filter_config_directories.outputs.changed_dirs }}
steps:
- name: "Checkout repository"
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: "Calculate changed files directories"
id: calculate_changed_files
uses: tj-actions/changed-files@2009d446ac92d696d7df2230847a71ba91db7d4a
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
changed_dir: ${{ fromJSON(needs.calculate-images-to-build.outputs.changed_dirs ) }}
steps:
- name: Checkout repository
uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Log in to the Container Registry
uses: docker/login-action@1f36f5b7a2d2f7bfd524795fc966e6d88c37baa9
with:
Expand Down

0 comments on commit e599367

Please sign in to comment.