We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0d48376 + 3522bfe commit 1e2ad44Copy full SHA for 1e2ad44
.github/workflows/ruby.yml
@@ -28,7 +28,7 @@ jobs:
28
- 5432:5432
29
30
steps:
31
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
32
- name: Set up Ruby
33
uses: ruby/setup-ruby@v1
34
with:
CHANGELOG.md
@@ -9,6 +9,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
9
10
### Changed
11
- Switched branch from master to main ([#362](https://github.com/interagent/pliny/pull/362))
12
+- Updated dependencies for GitHub Actions ([#363](https://github.com/interagent/pliny/pull/363))
13
14
## [1.0.0] - 🔜
15
### Added
0 commit comments