Skip to content

Commit

Permalink
[pull] l2d from carpentries:main (#91)
Browse files Browse the repository at this point in the history
* Upgrade upload-artifact to v4

* Update checkout to v4

* Translate new dark theme toggle string to French

* Compile FR translations

---------

Co-authored-by: Hugo Gruson <[email protected]>
Co-authored-by: Erin Becker <[email protected]>
Co-authored-by: Robert Davey <[email protected]>
  • Loading branch information
4 people authored Jul 2, 2024
1 parent 3bc9e89 commit 129fb84
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Binary file modified inst/po/fr/LC_MESSAGES/R-sandpaper.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion inst/workflows/pr-close-signal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
mkdir -p ./pr
printf ${{ github.event.number }} > ./pr/NUM
- name: Upload Diff
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr
path: ./pr
Expand Down
2 changes: 1 addition & 1 deletion inst/workflows/pr-comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
contents: write
steps:
- name: 'Checkout md outputs'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: md-outputs
path: built
Expand Down
2 changes: 1 addition & 1 deletion inst/workflows/pr-receive.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: "Upload PR number"
id: upload
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: pr
path: ${{ github.workspace }}/NR
Expand Down
2 changes: 1 addition & 1 deletion inst/workflows/sandpaper-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:

- name: "Checkout Lesson"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Set up R"
uses: r-lib/actions/setup-r@v2
Expand Down
4 changes: 2 additions & 2 deletions inst/workflows/update-cache.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
needed: ${{ steps.renv.outputs.exists }}
steps:
- name: "Checkout Lesson"
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: renv
run: |
if [[ -d renv ]]; then
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
steps:

- name: "Checkout Lesson"
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: "Set up R"
uses: r-lib/actions/setup-r@v2
Expand Down
2 changes: 1 addition & 1 deletion po/R-fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ msgstr "Afficher/cacher la barre de navigation"

#: utils-translate.R:86
msgid "Toggle theme (auto)"
msgstr ""
msgstr "Changer de thème (auto)"

#: utils-translate.R:87
msgid "Menu"
Expand Down

0 comments on commit 129fb84

Please sign in to comment.