Skip to content

Bump actions/checkout from 5.0.1 to 6.0.2#173

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/checkout-6.0.2
Open

Bump actions/checkout from 5.0.1 to 6.0.2#173
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/github_actions/actions/checkout-6.0.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps actions/checkout from 5.0.1 to 6.0.2.

Release notes

Sourced from actions/checkout's releases.

v6.0.2

What's Changed

Full Changelog: actions/checkout@v6.0.1...v6.0.2

v6.0.1

What's Changed

Full Changelog: actions/checkout@v6...v6.0.1

v6.0.0

What's Changed

Full Changelog: actions/checkout@v5.0.0...v6.0.0

v6-beta

What's Changed

Updated persist-credentials to store the credentials under $RUNNER_TEMP instead of directly in the local git config.

This requires a minimum Actions Runner version of v2.329.0 to access the persisted credentials for Docker container action scenarios.

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Apr 2, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 2, 2026

Binder 👈 Test this PR on Binder

Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v5.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@weiji14 weiji14 force-pushed the dependabot/github_actions/actions/checkout-6.0.2 branch from ae54717 to f903444 Compare April 17, 2026 02:30
@weiji14
Copy link
Copy Markdown
Member

weiji14 commented Apr 17, 2026

Some connection errors to the Ubuntu package server?

#23 [16/26] RUN apt-get -qq update && apt-get install --yes --no-install-recommends ack build-essential chromium curl dbus-x11 emacs emacs-goodies-el emacs-nox firefox gedit gfortran git-gui gitg htop imagemagick jed jed-extra latexdiff latexmk libgl1 lmodern man man-db manpages-dev manpages-posix manpages-posix-dev mc meld mr multitail nano nnn openssh-server pandoc perl-doc pydf qgit rsync ruby screen texlive-bibtex-extra texlive-fonts-extra texlive-fonts-recommended texlive-lang-chinese texlive-plain-generic texlive-publishers texlive-science texlive-xetex tig tigervnc-standalone-server tmux tree vim vim-gtk3 wget xclip xfce4 xfce4-goodies xfce4-panel xfce4-session xfce4-settings xorg xsel xubuntu-icon-theme zsh && apt-get -qq purge && apt-get -qq clean && rm -rf /var/lib/apt/lists/*
#23 295.1 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-updates/InRelease  Connection failed [IP: 185.125.190.82 80]
#23 295.1 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-backports/main/binary-amd64/Packages  Could not connect to archive.ubuntu.com:80 (91.189.92.23), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.83), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.81), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.22), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.92.24), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.82), connection timed out Could not connect to archive.ubuntu.com:80 (91.189.91.83), connection timed out Could not connect to archive.ubuntu.com:80 (185.125.190.81), connection timed out [IP: 185.125.190.81 80]
#23 295.1 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-backports/multiverse/binary-amd64/Packages  Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80]
#23 295.1 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble-backports/universe/binary-amd64/Packages  Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80]
#23 295.1 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages  Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80]
#23 295.1 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/restricted/binary-amd64/Packages  Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80]
#23 295.1 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/multiverse/binary-amd64/Packages  Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80]
#23 295.1 W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/noble/main/binary-amd64/Packages  Unable to connect to archive.ubuntu.com:http: [IP: 185.125.190.81 80]
#23 295.1 W: Some index files failed to download. They have been ignored, or old ones used instead.

Maybe retry again later.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant