6 Commits

Author SHA1 Message Date
acf95830ef Update actions/checkout action to v6 #none major
All checks were successful
Actionlint / build (push) Successful in 28s
2025-12-02 17:06:08 +00:00
e60c192d19 Merge pull request 'Update docker/metadata-action action to v5.10.0 #none minor (main)' (#24) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 22s
2025-11-27 15:06:52 +02:00
ba772d1f9d Update docker/metadata-action action to v5.10.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 20s
2025-11-27 13:06:49 +00:00
1088e4e28d Update actions/checkout action to v4.3.1 #none patch
All checks were successful
Actionlint / build (push) Successful in 21s
2025-11-17 17:06:40 +00:00
274045e6d9 Merge pull request 'Update docker/metadata-action action to v5.9.0 #none minor (main)' (#23) from renovate-main-github-actions into main
All checks were successful
Actionlint / build (push) Successful in 21s
2025-11-04 18:06:57 +02:00
cfbfb07a1f Update docker/metadata-action action to v5.9.0 #none minor
All checks were successful
Actionlint / build (push) Successful in 20s
2025-11-04 16:06:54 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -17,7 +17,7 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
- name: Verify Action
run: actionlint -ignore 'unexpected key "description" for "workflow" section' -ignore 'nexpected key "inputs" for "workflow" section.' -ignore 'unexpected key "runs" for "workflow" section.' -ignore '"on" section is missing in workflow' -ignore '"jobs" section is missing in workflow' action.yml
- name: tag latest after success

View File

@@ -29,7 +29,7 @@ runs:
steps:
- name: Checkout repository
if: ${{ inputs.checkout == 'true' }}
uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
with:
fetch-depth: '0'
- name: Bump version and push tag
@@ -45,7 +45,7 @@ runs:
PRERELEASE_SUFFIX: ${{ github.ref_name }}
- name: Extract Docker metadata
id: meta
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
uses: docker/metadata-action@c299e40c65443455700f0fdfc63efafe5b349051 # v5.10.0
with:
flavor: |
latest=${{ github.ref_name == 'main' || github.ref_name == 'master' }}