Skip to content

Commit

Permalink
Merge pull request #4 from DaanV2/dependabot/github_actions/all-012fd…
Browse files Browse the repository at this point in the history
…1637d

Bump the all group with 2 updates
  • Loading branch information
DaanV2 committed Dec 24, 2023
2 parents 44a0ad8 + aa8c926 commit da2cd31
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-generated.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- name: 📦 Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

# Runs a single command using the runners shell
- name: 📓 Create Readmes
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-test.yml
Expand Up @@ -23,10 +23,10 @@ jobs:
- macos-latest
steps:
- name: 📦 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v2
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
7.0.x
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
tag_name: ${{ steps.tag.outputs.tag_name }}
steps:
- name: 📦 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main

Expand Down Expand Up @@ -60,12 +60,12 @@ jobs:
url: https://www.nuget.org/packages/DaanV2.NBT.Net/
steps:
- name: 📦 Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main

- name: 🛠️ Setup .NET
uses: actions/setup-dotnet@v3
uses: actions/setup-dotnet@v4
with:
dotnet-version: |
7.0.x
Expand Down

0 comments on commit da2cd31

Please sign in to comment.