Skip to content

Commit

Permalink
Update GITHUB_CLI_VERSION to 2.39.1
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 16, 2023
1 parent 40c6a1e commit 118bb91
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.39.0
ENV GITHUB_CLI_VERSION 2.39.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 118bb91

Please sign in to comment.