Skip to content

Commit

Permalink
Merge pull request #87 from devops-infra/dependabot/github_actions/cr…
Browse files Browse the repository at this point in the history
…azy-max/ghaction-github-labeler-5.1.0

Bump crazy-max/ghaction-github-labeler from 5.0.0 to 5.1.0
  • Loading branch information
ChristophShyper authored Oct 29, 2024
2 parents 04824b9 + a6ced1d commit 076e288
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-MASTER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml
- name: Update labels
uses: crazy-max/ghaction-github-labeler@v5.0.0
uses: crazy-max/ghaction-github-labeler@v5.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .tmp/labels.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/PUSH-OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
curl -LsS https://raw.githubusercontent.com/devops-infra/.github/master/.github/labels.yml -o .tmp/labels.yml
- name: Update labels - dry run
uses: crazy-max/ghaction-github-labeler@v5.0.0
uses: crazy-max/ghaction-github-labeler@v5.1.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
yaml-file: .tmp/labels.yml
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ RUN set -eux ;\
apk update --no-cache ;\
apk add --no-cache \
bash~=5.2 \
curl~=8.8 \
curl~=8.10 \
git~=2.45 ;\
rm -rf /var/cache/* ;\
rm -rf /root/.cache/*
Expand Down

0 comments on commit 076e288

Please sign in to comment.