Skip to content

Commit

Permalink
Update GITHUB_CLI_VERSION to 2.58.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 2, 2024
1 parent a8f1778 commit 4ddd99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ RUN set -ex; \
git; \
rm -rf /var/lib/apt/lists/*

ENV GITHUB_CLI_VERSION 2.57.0
ENV GITHUB_CLI_VERSION 2.58.0

RUN set -ex; \
curl -L "https://github.com/cli/cli/releases/download/v${GITHUB_CLI_VERSION}/gh_${GITHUB_CLI_VERSION}_checksums.txt" -o checksums.txt; \
Expand Down

0 comments on commit 4ddd99e

Please sign in to comment.