We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e938c18 + 9361292 commit ce0029eCopy full SHA for ce0029e
.github/workflows/docker-image.yml
@@ -10,7 +10,7 @@ jobs:
10
build:
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
- name: Cleanup # https://github.com/actions/virtual-environments/issues/2840
15
run: sudo rm -rf /usr/share/dotnet && sudo rm -rf /opt/ghc && sudo rm -rf "/usr/local/share/boost" && sudo rm -rf "$AGENT_TOOLSDIRECTORY"
16
- name: Build the Docker image
.github/workflows/undefined_names.yml
@@ -4,7 +4,7 @@ jobs:
4
undefined_names:
5
6
7
8
- uses: actions/setup-python@v5
9
- run: pip install --upgrade pip
- run: pip install flake8
0 commit comments