Skip to content

Commit

Permalink
Update GITHUB_CLI_VERSION to 2.64.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Dec 21, 2024
1 parent 01b6fa8 commit 7e1ff9d
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.63.2
ENV GITHUB_CLI_VERSION 2.64.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 7e1ff9d

Please sign in to comment.