Skip to content

Commit

Permalink
Update GITHUB_CLI_VERSION to 2.32.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 27, 2023
1 parent 161ce3f commit 2a2383a
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.32.0
ENV GITHUB_CLI_VERSION 2.32.1

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 2a2383a

Please sign in to comment.