Merge branch 'main' into update-checkout

This commit is contained in:
Konrad Pabjan 2023-01-04 13:40:27 -05:00 committed by GitHub
commit 111dff6a47
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 2619 additions and 6396 deletions

View file

@ -22,7 +22,7 @@ jobs:
steps:
- name: Update the ${{ env.TAG_NAME }} tag
id: update-major-tag
uses: actions/publish-action@v0.1.0
uses: actions/publish-action@v0.2.1
with:
source-tag: ${{ env.TAG_NAME }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK }}

View file

@ -1,6 +1,6 @@
---
name: "@actions/artifact"
version: 1.0.0
version: 1.1.0
type: npm
summary:
homepage:

View file

@ -1,6 +1,6 @@
---
name: "@actions/core"
version: 1.2.6
version: 1.10.0
type: npm
summary: Actions core lib
homepage: https://github.com/actions/toolkit/tree/main/packages/core

View file

@ -28,7 +28,7 @@ See [action.yml](action.yml)
```yaml
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- run: mkdir -p path/to/artifact

3324
dist/index.js vendored

File diff suppressed because it is too large Load diff

5679
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -29,8 +29,8 @@
},
"homepage": "https://github.com/actions/upload-artifact#readme",
"dependencies": {
"@actions/artifact": "^1.0.0",
"@actions/core": "^1.2.6",
"@actions/artifact": "^1.1.0",
"@actions/core": "^1.10.0",
"@actions/glob": "^0.1.0",
"@actions/io": "^1.0.2"
},