Skip to content

Commit 49783e1

Browse files
authored
Update version in available_df.csv to 4.5.2
1 parent 93058d6 commit 49783e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_available_dates.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Update available_df.csv
3434
run: |
35-
echo "\"${{ env.year_date }}\",\"4.5.1\",\"3.21\",\"${{ env.branch_date }}\",\"supported\",\"supported\",\"might work\"" >> inst/extdata/available_df.csv
35+
echo "\"${{ env.year_date }}\",\"4.5.2\",\"3.21\",\"${{ env.branch_date }}\",\"supported\",\"supported\",\"might work\"" >> inst/extdata/available_df.csv
3636
3737
- name: Push changes to update_default.nix branch
3838
run: |

0 commit comments

Comments
 (0)