@codfish/actions-playground 0.0.0-PR-88--4cfeb7d → 0.0.0-PR-90--b41dec9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ jobs:
7
7
  runs-on: ubuntu-latest
8
8
 
9
9
  steps:
10
- - uses: actions/checkout@v6
10
+ - uses: actions/checkout@v5
11
11
 
12
12
  - run: printenv
13
13
 
@@ -7,7 +7,7 @@ jobs:
7
7
  runs-on: ubuntu-latest
8
8
 
9
9
  steps:
10
- - uses: actions/checkout@v6
10
+ - uses: actions/checkout@v5
11
11
 
12
12
  - run: printenv
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@codfish/actions-playground",
3
- "version": "0.0.0-PR-88--4cfeb7d",
3
+ "version": "0.0.0-PR-90--b41dec9",
4
4
  "description": "My own testing ground for messing around with GitHub Actions.",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -20,8 +20,8 @@
20
20
  },
21
21
  "homepage": "https://github.com/codfish/actions-playground#readme",
22
22
  "devDependencies": {
23
- "@commitlint/cli": "^8.2.0",
24
- "@commitlint/config-conventional": "^8.2.0",
23
+ "@commitlint/cli": "^20.0.0",
24
+ "@commitlint/config-conventional": "^20.0.0",
25
25
  "cod-scripts": "^12.0.0",
26
26
  "jsdoc": "^3.6.3",
27
27
  "markdownlint-cli": "^0.18.0"