We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
actions/checkout
1 parent db2fd80 commit dd36eb6Copy full SHA for dd36eb6
.github/workflows/newversion.yml
@@ -10,7 +10,7 @@ jobs:
10
name: treehouses/cli
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
14
with:
15
fetch-depth: 0
16
- uses: actions/setup-node@v4
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@treehouses/cli",
3
- "version": "1.26.21",
+ "version": "1.26.22",
4
"remote": "6000",
5
"description": "Thin command-line interface for Raspberry Pi low level configuration.",
6
"main": "cli.sh",
0 commit comments