Skip to content

Commit

Permalink
Do more Github actions updates
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Dec 26, 2022
1 parent e428a0b commit dec3069
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/documentation.yml
Expand Up @@ -18,19 +18,19 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: "Set-up PHP"
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none
tools: "composer:v2"

- name: Get composer cache directory
id: composercache
working-directory: doc/_build
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache dependencies
uses: actions/cache@v2
Expand All @@ -54,7 +54,7 @@ jobs:

steps:
- name: "Checkout code"
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: "Run DOCtor-RST"
uses: docker://oskarstark/doctor-rst
Expand Down

0 comments on commit dec3069

Please sign in to comment.