Skip to content

Commit c937cdd

Browse files
Rsyntax (#1560)
* Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * Remove variable.other.r To be more consistant with other languages such as python * Pin httpgd 0.1.6 0.1.7 doesn't pass npm pretest --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent de82964 commit c937cdd

File tree

8 files changed

+4826
-3099
lines changed

8 files changed

+4826
-3099
lines changed

.github/workflows/pre-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4040
- name: Download artifacts
41-
uses: actions/download-artifact@v3
41+
uses: actions/download-artifact@v4.1.7
4242
with:
4343
path: "artifacts/"
4444
- name: Upload artifacts

.github/workflows/release.yml

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

3636
steps:
3737
- name: Download artifacts
38-
uses: actions/download-artifact@v3
38+
uses: actions/download-artifact@v4.1.7
3939
with:
4040
path: "artifacts/"
4141
- name: Get version from tag

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
"typescript.tsdk": "./node_modules/typescript/lib", // we want to use the TS server from our node_modules folder to control its version
1010
"r.lsp.diagnostics": true,
1111
"editor.codeActionsOnSave": {
12-
"source.fixAll.markdownlint": true
12+
"source.fixAll.markdownlint": "explicit"
1313
}
1414
}

0 commit comments

Comments
 (0)