Skip to content

Commit

Permalink
Merge pull request #47 from deNBI/deps/actions-checkout-4.x
Browse files Browse the repository at this point in the history
feat(Dependencies): Update actions/checkout action to v4.2.0
dweinholz authored Oct 2, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 057fe91 + 85b2119 commit de4e076
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
@@ -10,7 +10,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0
- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF#refs/heads/})"
2 changes: 1 addition & 1 deletion .github/workflows/release_image.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4.2.0

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

0 comments on commit de4e076

Please sign in to comment.