We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3425d27 commit 305fb69Copy full SHA for 305fb69
.github/workflows/build.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
deploy:
10
name: Deploy to Heroku
11
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
12
if: github.repository == 'freeCodeCamp/devdocs'
13
steps:
14
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
.github/workflows/schedule-doc-report.yml
@@ -6,7 +6,7 @@ on:
6
7
report:
0 commit comments